AutomationManagementClient.GetOperationStatusAsync Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.LongRunningOperationStatusResponse> GetOperationStatusAsync (string requestId, System.Threading.CancellationToken cancellationToken);
abstract member GetOperationStatusAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.LongRunningOperationStatusResponse>
override this.GetOperationStatusAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.LongRunningOperationStatusResponse>
Public Function GetOperationStatusAsync (requestId As String, cancellationToken As CancellationToken) As Task(Of LongRunningOperationStatusResponse)

Parameters

requestId
String
cancellationToken
CancellationToken

Returns

Implements

Applies to