Sdílet prostřednictvím


LocationOperationsExtensions.ListSupportedCloudServiceSkus Metoda

Definice

Získá seznam velikostí virtuálních počítačů cloudových služeb podporovaných službou Batch dostupných v daném umístění.

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)

Parametry

operations
ILocationOperations

Skupina operací pro tuto rozšiřující metodu.

locationName
String

Oblast, pro kterou se mají načíst podporované skladové položky služby Batch.

maxresults
Nullable<Int32>

Maximální počet položek, které se mají v odpovědi vrátit.

filter
String

Výraz filtru OData. Platné vlastnosti pro filtrování jsou "familyName".

Návraty

Platí pro