ArmDeploymentCollection.GetAllAsync メソッド

定義

指定されたスコープですべてのデプロイを取得します。

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

パラメーター

filter
String

操作に適用するフィルター。 たとえば、$filter=provisioningState eq '{state}' を使用できます。

top
Nullable<Int32>

取得する結果の数。 null が渡された場合は、すべてのデプロイが返されます。

cancellationToken
CancellationToken

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

戻り値

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

適用対象