Share via


ArmDeploymentResource.GetDeploymentOperationAsync Method

Definition

Gets a deployments operation.

  • Request Path: /{scope}/providers/Microsoft.Resources/deployments/{deploymentName}/operations/{operationId}
  • Operation Id: DeploymentOperations_GetAtScope
  • Default Api Version: 2022-09-01
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Resources.Models.ArmDeploymentOperation>> GetDeploymentOperationAsync (string operationId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetDeploymentOperationAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Resources.Models.ArmDeploymentOperation>>
override this.GetDeploymentOperationAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Resources.Models.ArmDeploymentOperation>>
Public Overridable Function GetDeploymentOperationAsync (operationId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ArmDeploymentOperation))

Parameters

operationId
String

The ID of the operation to get.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

operationId is an empty string, and was expected to be non-empty.

operationId is null.

Applies to