AppServicePlansOperationsExtensions.ListWebApps メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
App Service プランに関連付けられているすべてのアプリを取得します。
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.Site> ListWebApps(this Microsoft.Azure.Management.WebSites.IAppServicePlansOperations operations, string resourceGroupName, string name, string skipToken = default, string filter = default, string top = default);
static member ListWebApps : Microsoft.Azure.Management.WebSites.IAppServicePlansOperations * string * string * string * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.Site>
<Extension()>
Public Function ListWebApps (operations As IAppServicePlansOperations, resourceGroupName As String, name As String, Optional skipToken As String = Nothing, Optional filter As String = Nothing, Optional top As String = Nothing) As 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
ページ サイズを一覧表示します。 指定した場合、結果はページングされます。
戻り値
注釈
「App Service プランに関連付けられているすべてのアプリを取得する」の説明。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET