다음을 통해 공유


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

취소 토큰입니다.

반환

설명

사용 가능한 애플리케이션 프레임워크 및 해당 버전 가져오기에 대한 설명

적용 대상