Partilhar via


NamespacesOperationsExtensions.CreateOrUpdateNetworkRuleSetAsync Método

Definição

Crie ou atualize NetworkRuleSet para um 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)

Parâmetros

operations
INamespacesOperations

O grupo de operações para esse método de extensão.

resourceGroupName
String

Nome do grupo de recursos na assinatura do azure.

namespaceName
String

O nome do namespace

parameters
NetworkRuleSet

O IpFilterRule do Namespace.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a