次の方法で共有


ArmDeploymentResource.GetDeploymentOperationsAsync メソッド

定義

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

  • 要求パス/{scope}/providers/Microsoft.Resources/deployments/{deploymentName}/operations
  • 操作IdDeploymentOperations_ListAtScope
public virtual Azure.AsyncPageable<Azure.ResourceManager.Resources.Models.ArmDeploymentOperation> GetDeploymentOperationsAsync (int? top = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetDeploymentOperationsAsync : Nullable<int> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Resources.Models.ArmDeploymentOperation>
override this.GetDeploymentOperationsAsync : Nullable<int> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Resources.Models.ArmDeploymentOperation>
Public Overridable Function GetDeploymentOperationsAsync (Optional top As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ArmDeploymentOperation)

パラメーター

top
Nullable<Int32>

返される結果の数。

cancellationToken
CancellationToken

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

戻り値

反復処理するために複数の ArmDeploymentOperation サービス要求を受け取る可能性がある の非同期コレクション。

適用対象