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


ProviderOperationsExtensions.GetAvailableStacksOnPremAsync Метод

Определение

Получение доступных платформ приложений и их версий

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.ApplicationStackResource>> GetAvailableStacksOnPremAsync (this Microsoft.Azure.Management.AppService.Fluent.IProviderOperations operations, Microsoft.Azure.Management.AppService.Fluent.Models.OsTypeSelected1 osTypeSelected = default, System.Threading.CancellationToken cancellationToken = default);
static member GetAvailableStacksOnPremAsync : Microsoft.Azure.Management.AppService.Fluent.IProviderOperations * Microsoft.Azure.Management.AppService.Fluent.Models.OsTypeSelected1 * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.ApplicationStackResource>>
<Extension()>
Public Function GetAvailableStacksOnPremAsync (operations As IProviderOperations, Optional osTypeSelected As OsTypeSelected1 = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of ApplicationStackResource))

Параметры

operations
IProviderOperations

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

osTypeSelected
OsTypeSelected1

Возможные значения: "Windows", "Linux", "WindowsFunctions", "LinuxFunctions"

cancellationToken
CancellationToken

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

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

Комментарии

Описание доступных платформ приложений и их версий

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