共用方式為


AppServicePlansOperationsExtensions.ListWebAppsAsync 方法

定義

取得與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 應用程式。 如果指定,產生的清單會包含從 (開始的 Web 應用程式,包括 skipToken) 。 否則,產生的清單會包含清單開頭的 Web 應用程式

filter
String

支援的篩選:$filter=state eq 執行中。 只傳回目前正在執行的 Web 應用程式

top
String

清單頁面大小。 如果指定,則會分頁顯示結果。

cancellationToken
CancellationToken

取消語彙基元。

傳回

備註

取得與App Service方案相關聯的所有應用程式的描述。

適用於