Delen via


LocationOperationsExtensions.ListSupportedVirtualMachineSkus Methode

Definitie

Hiermee wordt de lijst met door Batch ondersteunde VM-grootten voor virtuele machines op de opgegeven locatie weergegeven.

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)

Parameters

operations
ILocationOperations

De bewerkingsgroep voor deze extensiemethode.

locationName
String

De regio waarvoor door de Batch-service ondersteunde SKU's moeten worden opgehaald.

maxresults
Nullable<Int32>

Het maximum aantal items dat in het antwoord moet worden geretourneerd.

filter
String

OData-filterexpressie. Geldige eigenschappen voor filteren zijn 'familyName'.

Retouren

Van toepassing op