Partager via


RegionsOperationsExtensions.ListBySkuNextAsync Méthode

Définition

Obtient les régions disponibles pour une référence sku donnée

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.EventHub.Fluent.Models.MessagingRegions>> ListBySkuNextAsync (this Microsoft.Azure.Management.EventHub.Fluent.IRegionsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListBySkuNextAsync : Microsoft.Azure.Management.EventHub.Fluent.IRegionsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.EventHub.Fluent.Models.MessagingRegions>>
<Extension()>
Public Function ListBySkuNextAsync (operations As IRegionsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of MessagingRegions))

Paramètres

operations
IRegionsOperations

Groupe d’opérations pour cette méthode d’extension.

nextPageLink
String

NextLink de l’opération précédente d’appel réussi à List.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à