Share via


SecurityRuleCollection.CreateOrUpdate 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 Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.SecurityRuleResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string securityRuleName, Azure.ResourceManager.Network.SecurityRuleData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.Network.SecurityRuleData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.SecurityRuleResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.Network.SecurityRuleData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.SecurityRuleResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, securityRuleName As String, data As SecurityRuleData, Optional cancellationToken As CancellationToken = Nothing) As 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