NamespacesOperationsExtensions.CreateOrUpdateNetworkRuleSetAsync Method

Definition

Create or update NetworkRuleSet for a 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)

Parameters

operations
INamespacesOperations

The operations group for this extension method.

resourceGroupName
String

Name of the resource group within the azure subscription.

namespaceName
String

The Namespace name

parameters
NetworkRuleSet

The Namespace IpFilterRule.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to