Freigeben über


NamespacesOperationsExtensions.ListAsync Methode

Definition

Listet die verfügbaren Namespaces in einer resourceGroup auf.

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

Parameter

operations
INamespacesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe. Wenn der ResourceGroupName-Wert NULL ist, listet die Methode alle Namespaces innerhalb des Abonnements auf.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: