Sdílet prostřednictvím


SecurityRulesOperationsExtensions.CreateOrUpdate Method

Definition

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

public static Microsoft.Azure.Management.Network.Models.SecurityRule CreateOrUpdate (this Microsoft.Azure.Management.Network.ISecurityRulesOperations operations, string resourceGroupName, string networkSecurityGroupName, string securityRuleName, Microsoft.Azure.Management.Network.Models.SecurityRule securityRuleParameters);
static member CreateOrUpdate : Microsoft.Azure.Management.Network.ISecurityRulesOperations * string * string * string * Microsoft.Azure.Management.Network.Models.SecurityRule -> Microsoft.Azure.Management.Network.Models.SecurityRule
<Extension()>
Public Function CreateOrUpdate (operations As ISecurityRulesOperations, resourceGroupName As String, networkSecurityGroupName As String, securityRuleName As String, securityRuleParameters As SecurityRule) As SecurityRule

Parameters

operations
ISecurityRulesOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

networkSecurityGroupName
String

The name of the network security group.

securityRuleName
String

The name of the security rule.

securityRuleParameters
SecurityRule

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

Returns

Applies to