次の方法で共有


AppServicePlansOperationsExtensions.ListWebAppsAsync メソッド

定義

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

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.Site>> ListWebAppsAsync(this Microsoft.Azure.Management.WebSites.IAppServicePlansOperations operations, string resourceGroupName, string name, string skipToken = default, string filter = default, string top = default, System.Threading.CancellationToken cancellationToken = default);
static member ListWebAppsAsync : Microsoft.Azure.Management.WebSites.IAppServicePlansOperations * string * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.Site>>
<Extension()>
Public Function ListWebAppsAsync (operations As IAppServicePlansOperations, resourceGroupName As String, name As String, Optional skipToken As String = Nothing, Optional filter As String = Nothing, Optional top As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Site))

パラメーター

operations
IAppServicePlansOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソースが属しているリソース グループの名前。

name
String

App Service プランの名前です。

skipToken
String

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

filter
String

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

top
String

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

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

適用対象