Sdílet prostřednictvím


LocationOperationsExtensions.ListSupportedCloudServiceSkusAsync 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 System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Batch.Models.SupportedSku>> ListSupportedCloudServiceSkusAsync (this Microsoft.Azure.Management.Batch.ILocationOperations operations, string locationName, int? maxresults = default, string filter = default, System.Threading.CancellationToken cancellationToken = default);
static member ListSupportedCloudServiceSkusAsync : Microsoft.Azure.Management.Batch.ILocationOperations * string * Nullable<int> * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Batch.Models.SupportedSku>>
<Extension()>
Public Function ListSupportedCloudServiceSkusAsync (operations As ILocationOperations, locationName As String, Optional maxresults As Nullable(Of Integer) = Nothing, Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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".

cancellationToken
CancellationToken

Token zrušení.

Návraty

Platí pro