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


AppServicePlansOperationsExtensions.GetAsync Метод

Определение

Получите план Служба приложений.

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

Параметры

operations
IAppServicePlansOperations

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

resourceGroupName
String

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

name
String

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

cancellationToken
CancellationToken

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

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

Комментарии

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

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