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


LocationOperationsExtensions.ListSupportedVirtualMachineSkus Метод

Определение

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

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Batch.Models.SupportedSku> ListSupportedVirtualMachineSkus (this Microsoft.Azure.Management.Batch.ILocationOperations operations, string locationName, int? maxresults = default, string filter = default);
static member ListSupportedVirtualMachineSkus : Microsoft.Azure.Management.Batch.ILocationOperations * string * Nullable<int> * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Batch.Models.SupportedSku>
<Extension()>
Public Function ListSupportedVirtualMachineSkus (operations As ILocationOperations, locationName As String, Optional maxresults As Nullable(Of Integer) = Nothing, Optional filter As String = Nothing) As IPage(Of SupportedSku)

Параметры

operations
ILocationOperations

Группа операций для этого метода расширения.

locationName
String

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

maxresults
Nullable<Int32>

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

filter
String

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

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

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