SynapseIPFirewallRuleInfoCollection.CreateOrUpdateAsync Method

Definition

Creates or updates a firewall rule

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/firewallRules/{ruleName}
  • Operation Id: IpFirewallRules_CreateOrUpdate
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Synapse.SynapseIPFirewallRuleInfoResource>> CreateOrUpdateAsync (Azure.WaitUntil waitUntil, string ruleName, Azure.ResourceManager.Synapse.SynapseIPFirewallRuleInfoData info, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.Synapse.SynapseIPFirewallRuleInfoData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Synapse.SynapseIPFirewallRuleInfoResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.Synapse.SynapseIPFirewallRuleInfoData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Synapse.SynapseIPFirewallRuleInfoResource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, ruleName As String, info As SynapseIPFirewallRuleInfoData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of SynapseIPFirewallRuleInfoResource))

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.

ruleName
String

The IP firewall rule name.

info
SynapseIPFirewallRuleInfoData

IP firewall rule properties.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

ruleName is an empty string, and was expected to be non-empty.

ruleName or info is null.

Applies to