Compartilhar 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 de dispositivo virtual de rede especificadas.

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

Cria ou atualiza as regras de segurança de entrada de dispositivo virtual de rede especificadas.

get(string, string, string, InboundSecurityRuleGetOptionalParams)

Recupera a coleção de regras de segurança de entrada de dispositivo virtual de rede especificada disponível.

Detalhes do método

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

Cria ou atualiza as regras de segurança de entrada de 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 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 do dispositivo virtual de rede.

options
InboundSecurityRuleCreateOrUpdateOptionalParams

Os parâmetros de opções.

Retornos

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

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

Cria ou atualiza as regras de segurança de entrada de 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 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 do dispositivo virtual de rede.

options
InboundSecurityRuleCreateOrUpdateOptionalParams

Os parâmetros de opções.

Retornos

get(string, string, string, InboundSecurityRuleGetOptionalParams)

Recupera a coleção de regras de segurança de entrada de 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 da Solução de Virtualização de Rede.

ruleCollectionName

string

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

options
InboundSecurityRuleGetOptionalParams

Os parâmetros de opções.

Retornos