Condividi tramite


LocationOperationsExtensions.ListSupportedCloudServiceSkus Metodo

Definizione

Ottiene l'elenco delle dimensioni delle macchine virtuali del servizio cloud supportate da Batch disponibili nella posizione specificata.

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)

Parametri

operations
ILocationOperations

Gruppo di operazioni per questo metodo di estensione.

locationName
String

Area per cui recuperare SKU supportati dal servizio Batch.

maxresults
Nullable<Int32>

Numero massimo di elementi da restituire nella risposta.

filter
String

Espressione di filtro OData. Le proprietà valide per il filtro sono "familyName".

Restituisce

Si applica a