Partilhar via


InboundSecurityRuleOperations interface

Interface que representa um InboundSecurityRuleOperations.

Métodos

beginCreateOrUpdate(string, string, string, InboundSecurityRule, InboundSecurityRuleCreateOrUpdateOptionalParams)

Cria ou atualiza as Regras de Segurança de Entrada do Dispositivo Virtual de Rede especificadas.

beginCreateOrUpdateAndWait(string, string, string, InboundSecurityRule, InboundSecurityRuleCreateOrUpdateOptionalParams)

Cria ou atualiza as Regras de Segurança de Entrada do Dispositivo Virtual de Rede especificadas.

get(string, string, string, InboundSecurityRuleGetOptionalParams)

Recupera a Coleção de Regras de Segurança de Entrada do Dispositivo Virtual de Rede especificada disponível.

Detalhes de Método

beginCreateOrUpdate(string, string, string, InboundSecurityRule, InboundSecurityRuleCreateOrUpdateOptionalParams)

Cria ou atualiza as Regras de Segurança de Entrada do Dispositivo Virtual de Rede especificadas.

function beginCreateOrUpdate(resourceGroupName: string, networkVirtualApplianceName: string, ruleCollectionName: string, parameters: InboundSecurityRule, options?: InboundSecurityRuleCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<InboundSecurityRule>, InboundSecurityRule>>

Parâmetros

resourceGroupName

string

O nome do grupo de recursos.

networkVirtualApplianceName

string

O nome do Dispositivo Virtual 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 as Regras de Segurança de Entrada do Network Virtual Appliance.

options
InboundSecurityRuleCreateOrUpdateOptionalParams

Os parâmetros de opções.

Devoluções

Promise<@azure/core-lro.SimplePollerLike<OperationState<InboundSecurityRule>, InboundSecurityRule>>

beginCreateOrUpdateAndWait(string, string, string, InboundSecurityRule, InboundSecurityRuleCreateOrUpdateOptionalParams)

Cria ou atualiza as Regras de Segurança de Entrada do Dispositivo Virtual de Rede especificadas.

function beginCreateOrUpdateAndWait(resourceGroupName: string, networkVirtualApplianceName: string, ruleCollectionName: string, parameters: InboundSecurityRule, options?: InboundSecurityRuleCreateOrUpdateOptionalParams): Promise<InboundSecurityRule>

Parâmetros

resourceGroupName

string

O nome do grupo de recursos.

networkVirtualApplianceName

string

O nome do Dispositivo Virtual 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 as Regras de Segurança de Entrada do Network Virtual Appliance.

options
InboundSecurityRuleCreateOrUpdateOptionalParams

Os parâmetros de opções.

Devoluções

get(string, string, string, InboundSecurityRuleGetOptionalParams)

Recupera a Coleção de Regras de Segurança de Entrada do Dispositivo Virtual de Rede especificada disponível.

function get(resourceGroupName: string, networkVirtualApplianceName: string, ruleCollectionName: string, options?: InboundSecurityRuleGetOptionalParams): Promise<InboundSecurityRule>

Parâmetros

resourceGroupName

string

O nome do grupo de recursos.

networkVirtualApplianceName

string

O nome do Dispositivo Virtual de Rede.

ruleCollectionName

string

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

options
InboundSecurityRuleGetOptionalParams

Os parâmetros de opções.

Devoluções