你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AppServicePlansOperationsExtensions.ListWebAppsAsync 方法

定义

获取与App 服务计划关联的所有应用。

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

应用服务计划的名称。

skipToken
String

跳到与应用服务计划关联的 Web 应用列表中的 Web 应用。 如果指定,生成的列表将包含从 (开始的 Web 应用,包括 skipToken) 。 否则,生成的列表包含列表开头的 Web 应用

filter
String

支持的筛选器:$filter=运行状态 eq。 仅返回当前正在运行的 Web 应用

top
String

列表页面大小。 如果指定,则对结果进行分页。

cancellationToken
CancellationToken

取消标记。

返回

注解

获取与App 服务计划关联的所有应用的说明。

适用于