AppServicePlansOperationsExtensions.ListWebAppsAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
App Service プランに関連付けられているすべてのアプリを取得します。
public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.SiteInner>> ListWebAppsAsync (this Microsoft.Azure.Management.AppService.Fluent.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.AppService.Fluent.IAppServicePlansOperations * string * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.SiteInner>>
<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 SiteInner))
パラメーター
- 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 プランに関連付けられているすべてのアプリを取得する」の説明。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET