C# Class Microsoft.Azure.Management.Internal.Resources.ResourceManagementClientExtensions

Datei anzeigen Open project: Azure/azure-powershell

Public Methods

Method Description
GetLongRunningOperationStatus ( this operations, string operationStatusLink ) : LongRunningOperationResponse

The Get Operation Status operation returns the status of the specified operation. After calling an asynchronous operation, you can call Get Operation Status to determine whether the operation has succeeded, failed, or is still in progress.

GetLongRunningOperationStatusAsync ( this operations, string operationStatusLink ) : Task

The Get Operation Status operation returns the status of the specified operation. After calling an asynchronous operation, you can call Get Operation Status to determine whether the operation has succeeded, failed, or is still in progress.

Method Details

GetLongRunningOperationStatus() public static method

The Get Operation Status operation returns the status of the specified operation. After calling an asynchronous operation, you can call Get Operation Status to determine whether the operation has succeeded, failed, or is still in progress.
public static GetLongRunningOperationStatus ( this operations, string operationStatusLink ) : LongRunningOperationResponse
operations this /// Reference to the /// Microsoft.Azure.Management.Internal.Resources.IResourceManagementClient. ///
operationStatusLink string /// Required. Location value returned by the Begin operation. ///
return Microsoft.Azure.Management.Internal.Resources.Models.LongRunningOperationResponse

GetLongRunningOperationStatusAsync() public static method

The Get Operation Status operation returns the status of the specified operation. After calling an asynchronous operation, you can call Get Operation Status to determine whether the operation has succeeded, failed, or is still in progress.
public static GetLongRunningOperationStatusAsync ( this operations, string operationStatusLink ) : Task
operations this /// Reference to the /// Microsoft.Azure.Management.Internal.Resources.IResourceManagementClient. ///
operationStatusLink string /// Required. Location value returned by the Begin operation. ///
return Task