다음을 통해 공유


LocationOperationsExtensions.ListSupportedCloudServiceSkusNextAsync 메서드

정의

지정된 위치에서 사용할 수 있는 Batch 지원 클라우드 서비스 VM 크기 목록을 가져옵니다.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Batch.Models.SupportedSku>> ListSupportedCloudServiceSkusNextAsync (this Microsoft.Azure.Management.Batch.ILocationOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListSupportedCloudServiceSkusNextAsync : Microsoft.Azure.Management.Batch.ILocationOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Batch.Models.SupportedSku>>
<Extension()>
Public Function ListSupportedCloudServiceSkusNextAsync (operations As ILocationOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of SupportedSku))

매개 변수

operations
ILocationOperations

이 확장 메서드에 대한 작업 그룹입니다.

nextPageLink
String

이전의 성공적인 목록 호출 작업의 NextLink입니다.

cancellationToken
CancellationToken

취소 토큰입니다.

반환

적용 대상