Freigeben über


ServiceOperationsExtensions.ListAvailableSkusByResourceGroupAsync Methode

Definition

Diese Methode stellt die Liste der verfügbaren Skus für das angegebene Abonnement, die Ressourcengruppe und den angegebenen Speicherort bereit.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataBox.Models.SkuInformation>> ListAvailableSkusByResourceGroupAsync (this Microsoft.Azure.Management.DataBox.IServiceOperations operations, string resourceGroupName, string location, Microsoft.Azure.Management.DataBox.Models.AvailableSkuRequest availableSkuRequest, System.Threading.CancellationToken cancellationToken = default);
static member ListAvailableSkusByResourceGroupAsync : Microsoft.Azure.Management.DataBox.IServiceOperations * string * string * Microsoft.Azure.Management.DataBox.Models.AvailableSkuRequest * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataBox.Models.SkuInformation>>
<Extension()>
Public Function ListAvailableSkusByResourceGroupAsync (operations As IServiceOperations, resourceGroupName As String, location As String, availableSkuRequest As AvailableSkuRequest, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of SkuInformation))

Parameter

operations
IServiceOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Ressourcengruppenname

location
String

Der Speicherort der Ressource

availableSkuRequest
AvailableSkuRequest

Filtert zum Anzeigen der verfügbaren Skus.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: