C# Класс Microsoft.Azure.Management.Internal.Resources.ResourceManagementClientExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

GetLongRunningOperationStatus() публичный статический Метод

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. ///
Результат Microsoft.Azure.Management.Internal.Resources.Models.LongRunningOperationResponse

GetLongRunningOperationStatusAsync() публичный статический Метод

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. ///
Результат Task