Partager via


NamespacesOperationsExtensions.GetAsync Méthode

Définition

Obtient la description de l’espace de noms spécifié.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.EventHub.Fluent.Models.EHNamespaceInner> GetAsync (this Microsoft.Azure.Management.EventHub.Fluent.INamespacesOperations operations, string resourceGroupName, string namespaceName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.EventHub.Fluent.INamespacesOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.EventHub.Fluent.Models.EHNamespaceInner>
<Extension()>
Public Function GetAsync (operations As INamespacesOperations, resourceGroupName As String, namespaceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of EHNamespaceInner)

Paramètres

operations
INamespacesOperations

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

resourceGroupName
String

Nom du groupe de ressources au sein de l’abonnement Azure.

namespaceName
String

Nom de l’espace de noms

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à