Поделиться через


AppServiceEnvironmentsOperationsExtensions.ListAppServicePlansAsync Метод

Определение

Получение всех планов Служба приложений в Среда службы приложений.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.AppServicePlanInner>> ListAppServicePlansAsync (this Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, System.Threading.CancellationToken cancellationToken = default);
static member ListAppServicePlansAsync : Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.AppServicePlanInner>>
<Extension()>
Public Function ListAppServicePlansAsync (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of AppServicePlanInner))

Параметры

operations
IAppServiceEnvironmentsOperations

Группа операций для этого метода расширения.

resourceGroupName
String

Имя группы ресурсов, к которой принадлежит ресурс.

name
String

Имя Среда службы приложений.

cancellationToken
CancellationToken

Токен отмены.

Возвращаемое значение

Комментарии

Описание для получения всех планов Служба приложений в Среда службы приложений.

Применяется к