Language

ArmDeploymentResource.GetDeploymentOperation 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 Azure.Response<Azure.ResourceManager.Resources.Deployments.Models.ArmDeploymentOperation> GetDeploymentOperation(string operationId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetDeploymentOperation : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Resources.Deployments.Models.ArmDeploymentOperation>
override this.GetDeploymentOperation : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Resources.Deployments.Models.ArmDeploymentOperation>
Public Overridable Function GetDeploymentOperation (operationId As String, Optional cancellationToken As CancellationToken = Nothing) As 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