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, поддерживаемые пакетной службой.
- filter
- String
Выражение фильтра OData. Допустимые свойства для фильтрации : familyName.
Возвращаемое значение
Применяется к
Azure SDK for .NET