Sdílet prostřednictvím


ProviderOperationsExtensions.GetAvailableStacksAsync Metoda

Definice

Získání dostupných aplikačních architektur a jejich verzí

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

Parametry

operations
IProviderOperations

Skupina operací pro tuto rozšiřující metodu.

osTypeSelected
OsTypeSelected

Mezi možné hodnoty patří: 'Windows', 'Linux', 'WindowsFunctions', 'LinuxFunctions'

cancellationToken
CancellationToken

Token zrušení.

Návraty

Poznámky

Popis pro získání dostupných aplikačních architektur a jejich verzí

Platí pro