SecurityRulesOperationsExtensions.CreateOrUpdate Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET