Compartilhar via


SecurityRulesOperationsExtensions.CreateOrUpdate Método

Definição

Cria ou atualiza uma regra de segurança no grupo de segurança de rede especificado.

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

Parâmetros

operations
ISecurityRulesOperations

O grupo de operações para esse método de extensão.

resourceGroupName
String

O nome do grupo de recursos.

networkSecurityGroupName
String

O nome do grupo de segurança de rede.

securityRuleName
String

O nome da regra de segurança.

securityRuleParameters
SecurityRule

Parâmetros fornecidos para a operação criar ou atualizar a regra de segurança de rede.

Retornos

Aplica-se a