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


LocationOperationsExtensions.ListSupportedCloudServiceSkus Метод

Определение

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

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Batch.Models.SupportedSku> ListSupportedCloudServiceSkus (this Microsoft.Azure.Management.Batch.ILocationOperations operations, string locationName, int? maxresults = default, string filter = default);
static member ListSupportedCloudServiceSkus : Microsoft.Azure.Management.Batch.ILocationOperations * string * Nullable<int> * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Batch.Models.SupportedSku>
<Extension()>
Public Function ListSupportedCloudServiceSkus (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.

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

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