次の方法で共有


AppServicePlanResource.GetWebAppsAsync メソッド

定義

「App Service プランに関連付けられているすべてのアプリを取得する」の説明。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/serverfarms/{name}/sites
  • 操作IdAppServicePlans_ListWebApps
public virtual Azure.AsyncPageable<Azure.ResourceManager.AppService.WebSiteData> GetWebAppsAsync (string skipToken = default, string filter = default, string top = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetWebAppsAsync : string * string * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.WebSiteData>
override this.GetWebAppsAsync : string * string * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.WebSiteData>
Public Overridable Function GetWebAppsAsync (Optional skipToken As String = Nothing, Optional filter As String = Nothing, Optional top As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of WebSiteData)

パラメーター

skipToken
String

App Service プランに関連付けられている Web アプリの一覧にある Web アプリにスキップします。 指定した場合、結果の一覧には skipToken から (含む) Web アプリが含まれます。 それ以外の場合、結果のリストには、リストの先頭からの Web アプリが含まれます。

filter
String

サポートされているフィルター: $filter=state eq running。 現在実行中の Web アプリのみを返します。

top
String

リスト ページ サイズ。 指定した場合、結果はページングされます。

cancellationToken
CancellationToken

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

戻り値

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

適用対象