Freigeben über


NamespacesOperationsExtensions.ListNetworkRuleSetsAsync Methode

Definition

Ruft die Liste von NetworkRuleSet für einen Namespace ab.

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

Parameter

operations
INamespacesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Name der Ressourcengruppe innerhalb des Azure-Abonnements.

namespaceName
String

Der Namespacename

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: