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


ILocationOperations.ListSupportedVirtualMachineSkusWithHttpMessagesAsync Метод

Определение

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

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Batch.Models.SupportedSku>>> ListSupportedVirtualMachineSkusWithHttpMessagesAsync (string locationName, int? maxresults = default, string filter = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member ListSupportedVirtualMachineSkusWithHttpMessagesAsync : string * Nullable<int> * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Batch.Models.SupportedSku>>>
Public Function ListSupportedVirtualMachineSkusWithHttpMessagesAsync (locationName As String, Optional maxresults As Nullable(Of Integer) = Nothing, Optional filter As String = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of SupportedSku)))

Параметры

locationName
String

Регион, для которого требуется получить поддерживаемые номера SKU пакетной службы.

maxresults
Nullable<Int32>

Максимальное количество элементов, возвращаемых в ответе.

filter
String

Выражение фильтра OData. Допустимые свойства для фильтрации — familyName.

customHeaders
Dictionary<String,List<String>>

Заголовки, которые будут добавлены в запрос.

cancellationToken
CancellationToken

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

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

Исключения

Возникает, когда операция возвращает недопустимый код состояния

Возникает, если не удается десериализовать ответ

Возникает, если обязательный параметр имеет значение NULL

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