Partager via


RegionsOperationsExtensions.ListBySkuAsync 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>> ListBySkuAsync (this Microsoft.Azure.Management.EventHub.Fluent.IRegionsOperations operations, string sku, System.Threading.CancellationToken cancellationToken = default);
static member ListBySkuAsync : 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 ListBySkuAsync (operations As IRegionsOperations, sku 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.

sku
String

Type de référence sku.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à