Freigeben über


ServiceOperationsExtensions.ListAvailableSkusByResourceGroupNextAsync 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>> ListAvailableSkusByResourceGroupNextAsync (this Microsoft.Azure.Management.DataBox.IServiceOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListAvailableSkusByResourceGroupNextAsync : Microsoft.Azure.Management.DataBox.IServiceOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataBox.Models.SkuInformation>>
<Extension()>
Public Function ListAvailableSkusByResourceGroupNextAsync (operations As IServiceOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of SkuInformation))

Parameter

operations
IServiceOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

Der NextLink aus dem vorherigen erfolgreichen Aufruf des List-Vorgangs.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: