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


LocationOperationsExtensions.ListSupportedCloudServiceSkusNextAsync Метод

Определение

Возвращает список поддерживаемых пакетной службой размеров виртуальных машин облачной службы, доступных в заданном расположении.

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 из предыдущего успешного вызова операции List.

cancellationToken
CancellationToken

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

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

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