IotDpsResourceOperationsExtensions.GetOperationResult Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the status of a long running operation, such as create, update or delete a provisioning service.
public static Microsoft.Azure.Management.DeviceProvisioningServices.Models.AsyncOperationResult GetOperationResult (this Microsoft.Azure.Management.DeviceProvisioningServices.IIotDpsResourceOperations operations, string operationId, string resourceGroupName, string provisioningServiceName, string asyncinfo);
static member GetOperationResult : Microsoft.Azure.Management.DeviceProvisioningServices.IIotDpsResourceOperations * string * string * string * string -> Microsoft.Azure.Management.DeviceProvisioningServices.Models.AsyncOperationResult
<Extension()>
Public Function GetOperationResult (operations As IIotDpsResourceOperations, operationId As String, resourceGroupName As String, provisioningServiceName As String, asyncinfo As String) As 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.
Returns
Applies to
Azure SDK for .NET