次の方法で共有


ArmDeploymentResource.GetDeploymentOperation メソッド

定義

デプロイ操作を取得します。

  • 要求パス/{scope}/providers/Microsoft.Resources/deployments/{deploymentName}/operations/{operationId}
  • 操作IdDeploymentOperations_GetAtScope
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)

パラメーター

operationId
String

取得する操作の ID。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

例外

operationId は空の文字列であり、空でないと想定されていました。

operationId が null です。

適用対象