Freigeben über


NamespacesOperationsExtensions.GetAsync Methode

Definition

Gibt die Beschreibung für den angegebenen Namespace zurück.

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

Parameter

operations
INamespacesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

namespaceName
String

Der Namespacename.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: