次の方法で共有


IAppServicePlansOperations.ListWebAppsWithHttpMessagesAsync メソッド

定義

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

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.Site>>> ListWebAppsWithHttpMessagesAsync(string resourceGroupName, string name, string skipToken = default, string filter = default, string top = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member ListWebAppsWithHttpMessagesAsync : string * string * string * string * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.Site>>>
Public Function ListWebAppsWithHttpMessagesAsync (resourceGroupName As String, name As String, Optional skipToken As String = Nothing, Optional filter As String = Nothing, Optional top As String = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of Site)))

パラメーター

resourceGroupName
String

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

name
String

App Service プランの名前です。

skipToken
String

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

filter
String

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

top
String

ページ サイズを一覧表示します。 指定した場合、結果はページングされます。

customHeaders
Dictionary<String,List<String>>

要求に追加されるヘッダー。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

例外

操作が無効な状態コードを返したときにスローされます

応答を逆シリアル化できない場合にスローされます

必須パラメーターが null の場合にスローされます

注釈

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

適用対象