ContainersExtensions.GetContainerApps メソッド

定義

オーバーロード

GetContainerApps(ResourceGroupResource)

ResourceGroupResource 内の ContainerAppResources のコレクションを取得します。

GetContainerApps(SubscriptionResource, CancellationToken)

特定のサブスクリプションで Container Apps を取得します。 要求パス: /subscriptions/{subscriptionId}/providers/Microsoft.App/containerApps 操作 ID: ContainerApps_ListBySubscription

GetContainerApps(ResourceGroupResource)

Source:
ContainersExtensions.cs

ResourceGroupResource 内の ContainerAppResources のコレクションを取得します。

public static Azure.ResourceManager.Applications.Containers.ContainerAppCollection GetContainerApps (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);
static member GetContainerApps : Azure.ResourceManager.Resources.ResourceGroupResource -> Azure.ResourceManager.Applications.Containers.ContainerAppCollection
<Extension()>
Public Function GetContainerApps (resourceGroupResource As ResourceGroupResource) As ContainerAppCollection

パラメーター

resourceGroupResource
ResourceGroupResource

ResourceGroupResourceメソッドが実行されるインスタンス。

戻り値

ContainerAppResources のコレクションとその ContainerAppResource に対する操作を表す オブジェクト。

適用対象

GetContainerApps(SubscriptionResource, CancellationToken)

Source:
ContainersExtensions.cs

特定のサブスクリプションで Container Apps を取得します。 要求パス: /subscriptions/{subscriptionId}/providers/Microsoft.App/containerApps 操作 ID: ContainerApps_ListBySubscription

public static Azure.Pageable<Azure.ResourceManager.Applications.Containers.ContainerAppResource> GetContainerApps (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);
static member GetContainerApps : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Applications.Containers.ContainerAppResource>
<Extension()>
Public Function GetContainerApps (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ContainerAppResource)

パラメーター

subscriptionResource
SubscriptionResource

SubscriptionResourceメソッドが実行されるインスタンス。

cancellationToken
CancellationToken

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

戻り値

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

適用対象