Dela via


RelayNetworkRuleSetResource.CreateOrUpdate Method

Definition

Create or update NetworkRuleSet for a Namespace.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Relay/namespaces/{namespaceName}/networkRuleSets/default
  • Operation Id: Namespaces_CreateOrUpdateNetworkRuleSet
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Relay.RelayNetworkRuleSetResource> CreateOrUpdate (Azure.WaitUntil waitUntil, Azure.ResourceManager.Relay.RelayNetworkRuleSetData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * Azure.ResourceManager.Relay.RelayNetworkRuleSetData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Relay.RelayNetworkRuleSetResource>
override this.CreateOrUpdate : Azure.WaitUntil * Azure.ResourceManager.Relay.RelayNetworkRuleSetData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Relay.RelayNetworkRuleSetResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, data As RelayNetworkRuleSetData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of RelayNetworkRuleSetResource)

Parameters

waitUntil
WaitUntil

Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.

data
RelayNetworkRuleSetData

The Namespace IpFilterRule.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

data is null.

Applies to