Compartilhar via


SecurityRulesOperationsExtensions.BeginCreateOrUpdate 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 BeginCreateOrUpdate (this Microsoft.Azure.Management.Network.ISecurityRulesOperations operations, string resourceGroupName, string networkSecurityGroupName, string securityRuleName, Microsoft.Azure.Management.Network.Models.SecurityRule securityRuleParameters);
static member BeginCreateOrUpdate : Microsoft.Azure.Management.Network.ISecurityRulesOperations * string * string * string * Microsoft.Azure.Management.Network.Models.SecurityRule -> Microsoft.Azure.Management.Network.Models.SecurityRule
<Extension()>
Public Function BeginCreateOrUpdate (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