Language

ArmDeploymentResource.GetDeploymentOperationAsync Method

Definition

Gets a deployments operation.

  • Request Path. : /{scope}/providers/Microsoft.Resources/deployments/{deploymentName}/operations/{operationId}.
  • Operation Id. : Deployments_DeploymentOperationsGetAtScope.
  • Default Api Version. : 2025-04-01.
  • Resource. : ArmDeploymentResource.
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Resources.Deployments.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.Deployments.Models.ArmDeploymentOperation>>
override this.GetDeploymentOperationAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Resources.Deployments.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 null.

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

Applies to