C# 클래스 Microsoft.Azure.Management.Internal.Resources.ResourceManagementClientExtensions

파일 보기 프로젝트 열기: Azure/azure-powershell

공개 메소드들

메소드 설명
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