Freigeben über


NamespacesOperationsExtensions.GetNetworkRuleSetAsync Methode

Definition

Ruft NetworkRuleSet für einen Namespace ab.

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