Share via


ArmDeploymentResource.GetDeploymentOperation 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 Azure.Response<Azure.ResourceManager.Resources.Models.ArmDeploymentOperation> GetDeploymentOperation (string operationId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetDeploymentOperation : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Resources.Models.ArmDeploymentOperation>
override this.GetDeploymentOperation : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Resources.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 an empty string, and was expected to be non-empty.

operationId is null.

Applies to