Dela via


LocationOperationsExtensions.ListSupportedCloudServiceSkus Metod

Definition

Hämtar listan över vm-storlekar som stöds av Batch på den angivna platsen.

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)

Parametrar

operations
ILocationOperations

Åtgärdsgruppen för den här tilläggsmetoden.

locationName
String

Den region där SKU:er som stöds av Batch-tjänsten ska hämtas.

maxresults
Nullable<Int32>

Det maximala antalet objekt som ska returneras i svaret.

filter
String

OData-filteruttryck. Giltiga egenskaper för filtrering är "familyName".

Returer

Gäller för