다음을 통해 공유


IotDpsResourceOperationsExtensions.GetOperationResultAsync Method

Definition

Gets the status of a long running operation, such as create, update or delete a provisioning service.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.DeviceProvisioningServices.Models.AsyncOperationResult> GetOperationResultAsync (this Microsoft.Azure.Management.DeviceProvisioningServices.IIotDpsResourceOperations operations, string operationId, string resourceGroupName, string provisioningServiceName, string asyncinfo, System.Threading.CancellationToken cancellationToken = default);
static member GetOperationResultAsync : Microsoft.Azure.Management.DeviceProvisioningServices.IIotDpsResourceOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.DeviceProvisioningServices.Models.AsyncOperationResult>
<Extension()>
Public Function GetOperationResultAsync (operations As IIotDpsResourceOperations, operationId As String, resourceGroupName As String, provisioningServiceName As String, asyncinfo As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AsyncOperationResult)

Parameters

operations
IIotDpsResourceOperations

The operations group for this extension method.

operationId
String

Operation id corresponding to long running operation. Use this to poll for the status.

resourceGroupName
String

Resource group identifier.

provisioningServiceName
String

Name of provisioning service that the operation is running on.

asyncinfo
String

Async header used to poll on the status of the operation, obtained while creating the long running operation.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to