次の方法で共有


AppContainersExtensions.GetContainerApps メソッド

定義

オーバーロード

GetContainerApps(ResourceGroupResource)

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

GetContainerApps(SubscriptionResource, CancellationToken)

特定のサブスクリプションで Container Apps を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.App/containerApps
  • 操作IdContainerApps_ListBySubscription

GetContainerApps(ResourceGroupResource)

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

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

パラメーター

resourceGroupResource
ResourceGroupResource

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

戻り値

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

適用対象

GetContainerApps(SubscriptionResource, CancellationToken)

特定のサブスクリプションで Container Apps を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.App/containerApps
  • 操作IdContainerApps_ListBySubscription
public static Azure.Pageable<Azure.ResourceManager.AppContainers.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.AppContainers.ContainerAppResource>
<Extension()>
Public Function GetContainerApps (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ContainerAppResource)

パラメーター

subscriptionResource
SubscriptionResource

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

cancellationToken
CancellationToken

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

戻り値

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

適用対象