Freigeben über


NamespacesOperationsExtensions.CreateOrUpdateNetworkRuleSetAsync Methode

Definition

Erstellen oder aktualisieren Sie NetworkRuleSet für einen Namespace.

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

parameters
NetworkRuleSet

Der Namespace IpFilterRule.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: