次の方法で共有


ArmDeploymentResource.GetDeploymentOperationAsync メソッド

定義

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

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

パラメーター

operationId
String

取得する操作の ID。

cancellationToken
CancellationToken

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

戻り値

例外

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

operationId が null です。

適用対象