Share via


SecurityRuleCollection.CreateOrUpdateAsync Method

Definition

Creates or updates a security rule in the specified network security group.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkSecurityGroups/{networkSecurityGroupName}/securityRules/{securityRuleName}
  • Operation Id: SecurityRules_CreateOrUpdate
  • Default Api Version: 2023-09-01
  • Resource: SecurityRuleResource
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.SecurityRuleResource>> CreateOrUpdateAsync (Azure.WaitUntil waitUntil, string securityRuleName, Azure.ResourceManager.Network.SecurityRuleData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.Network.SecurityRuleData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.SecurityRuleResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.Network.SecurityRuleData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.SecurityRuleResource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, securityRuleName As String, data As SecurityRuleData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of SecurityRuleResource))

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.

securityRuleName
String

The name of the security rule.

data
SecurityRuleData

Parameters supplied to the create or update network security rule operation.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

securityRuleName or data is null.

Applies to