次の方法で共有


ContainerAppRevisionCollection.GetAll(String, CancellationToken) メソッド

定義

特定のコンテナー アプリのリビジョンを取得します。 要求パス: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/revisions 操作 ID: ContainerAppsRevisions_ListRevisions

public virtual Azure.Pageable<Azure.ResourceManager.Applications.Containers.ContainerAppRevisionResource> GetAll (string filter = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Applications.Containers.ContainerAppRevisionResource>
override this.GetAll : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Applications.Containers.ContainerAppRevisionResource>
Public Overridable Function GetAll (Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ContainerAppRevisionResource)

パラメーター

filter
String

操作に適用するフィルター。

cancellationToken
CancellationToken

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

戻り値

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

適用対象