Compartilhar via


InboundSecurityRuleOperationsExtensions.CreateOrUpdate Método

Definição

Cria ou atualiza as Regras de Segurança de Entrada da Solução de Virtualização de Rede especificadas.

public static Microsoft.Azure.Management.Network.Models.InboundSecurityRule CreateOrUpdate (this Microsoft.Azure.Management.Network.IInboundSecurityRuleOperations operations, string resourceGroupName, string networkVirtualApplianceName, string ruleCollectionName, Microsoft.Azure.Management.Network.Models.InboundSecurityRule parameters);
static member CreateOrUpdate : Microsoft.Azure.Management.Network.IInboundSecurityRuleOperations * string * string * string * Microsoft.Azure.Management.Network.Models.InboundSecurityRule -> Microsoft.Azure.Management.Network.Models.InboundSecurityRule
<Extension()>
Public Function CreateOrUpdate (operations As IInboundSecurityRuleOperations, resourceGroupName As String, networkVirtualApplianceName As String, ruleCollectionName As String, parameters As InboundSecurityRule) As InboundSecurityRule

Parâmetros

operations
IInboundSecurityRuleOperations

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

resourceGroupName
String

O nome do grupo de recursos.

networkVirtualApplianceName
String

O nome da Solução de Virtualização de Rede.

ruleCollectionName
String

O nome da coleção de regras de segurança.

parameters
InboundSecurityRule

Parâmetros fornecidos para a operação criar ou atualizar regras de segurança de entrada da solução de virtualização de rede.

Retornos

Aplica-se a