共用方式為


ProviderOperationsExtensions.GetAvailableStacksAsync 方法

定義

取得可用的應用程式架構及其版本

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))

參數

operations
IProviderOperations

這個擴充方法的作業群組。

osTypeSelected
OsTypeSelected

可能的值包括:'Windows'、'Linux'、'WindowsFunctions'、'LinuxFunctions'

cancellationToken
CancellationToken

取消語彙基元。

傳回

備註

取得可用應用程式架構及其版本的描述

適用於