/// <summary> /// Gets the status of a long running operation, such as create, update or /// delete a provisioning service. /// </summary> /// <param name='operations'> /// The operations group for this extension method. /// </param> /// <param name='operationId'> /// Operation id corresponding to long running operation. Use this to poll for /// the status. /// </param> /// <param name='resourceGroupName'> /// Resource group identifier. /// </param> /// <param name='provisioningServiceName'> /// Name of provisioning service that the operation is running on. /// </param> /// <param name='asyncinfo'> /// Async header used to poll on the status of the operation, obtained while /// creating the long running operation. /// </param> public static AsyncOperationResult GetOperationResult(this IIotDpsResourceOperations operations, string operationId, string resourceGroupName, string provisioningServiceName, string asyncinfo) { return(operations.GetOperationResultAsync(operationId, resourceGroupName, provisioningServiceName, asyncinfo).GetAwaiter().GetResult()); }