次の方法で共有


AppServiceExtensions.GetAppServiceEnvironments メソッド

定義

オーバーロード

GetAppServiceEnvironments(ResourceGroupResource)

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

GetAppServiceEnvironments(SubscriptionResource, CancellationToken)

サブスクリプションのすべてのApp Service環境の取得に関する説明。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Web/hostingEnvironments
  • 操作IdAppServiceEnvironments_List

GetAppServiceEnvironments(ResourceGroupResource)

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

public static Azure.ResourceManager.AppService.AppServiceEnvironmentCollection GetAppServiceEnvironments (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);
static member GetAppServiceEnvironments : Azure.ResourceManager.Resources.ResourceGroupResource -> Azure.ResourceManager.AppService.AppServiceEnvironmentCollection
<Extension()>
Public Function GetAppServiceEnvironments (resourceGroupResource As ResourceGroupResource) As AppServiceEnvironmentCollection

パラメーター

resourceGroupResource
ResourceGroupResource

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

戻り値

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

適用対象

GetAppServiceEnvironments(SubscriptionResource, CancellationToken)

サブスクリプションのすべてのApp Service環境の取得に関する説明。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Web/hostingEnvironments
  • 操作IdAppServiceEnvironments_List
public static Azure.Pageable<Azure.ResourceManager.AppService.AppServiceEnvironmentResource> GetAppServiceEnvironments (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);
static member GetAppServiceEnvironments : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.AppServiceEnvironmentResource>
<Extension()>
Public Function GetAppServiceEnvironments (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of AppServiceEnvironmentResource)

パラメーター

subscriptionResource
SubscriptionResource

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

cancellationToken
CancellationToken

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

戻り値

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

適用対象