Partilhar via


SecurityRules interface

Interface que representa um SecurityRules.

Métodos

beginCreateOrUpdate(string, string, string, SecurityRule, SecurityRulesCreateOrUpdateOptionalParams)

Cria ou atualiza uma regra de segurança no grupo de segurança de rede especificado.

beginCreateOrUpdateAndWait(string, string, string, SecurityRule, SecurityRulesCreateOrUpdateOptionalParams)

Cria ou atualiza uma regra de segurança no grupo de segurança de rede especificado.

beginDelete(string, string, string, SecurityRulesDeleteOptionalParams)

Elimina a regra de segurança de rede especificada.

beginDeleteAndWait(string, string, string, SecurityRulesDeleteOptionalParams)

Elimina a regra de segurança de rede especificada.

get(string, string, string, SecurityRulesGetOptionalParams)

Obtenha a regra de segurança de rede especificada.

list(string, string, SecurityRulesListOptionalParams)

Obtém todas as regras de segurança num grupo de segurança de rede.

Detalhes de Método

beginCreateOrUpdate(string, string, string, SecurityRule, SecurityRulesCreateOrUpdateOptionalParams)

Cria ou atualiza uma regra de segurança no grupo de segurança de rede especificado.

function beginCreateOrUpdate(resourceGroupName: string, networkSecurityGroupName: string, securityRuleName: string, securityRuleParameters: SecurityRule, options?: SecurityRulesCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<SecurityRule>, SecurityRule>>

Parâmetros

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 de criação ou atualização da regra de segurança de rede.

options
SecurityRulesCreateOrUpdateOptionalParams

Os parâmetros de opções.

Devoluções

Promise<PollerLike<@azure/core-lro.PollOperationState<SecurityRule>, SecurityRule>>

beginCreateOrUpdateAndWait(string, string, string, SecurityRule, SecurityRulesCreateOrUpdateOptionalParams)

Cria ou atualiza uma regra de segurança no grupo de segurança de rede especificado.

function beginCreateOrUpdateAndWait(resourceGroupName: string, networkSecurityGroupName: string, securityRuleName: string, securityRuleParameters: SecurityRule, options?: SecurityRulesCreateOrUpdateOptionalParams): Promise<SecurityRule>

Parâmetros

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 de criação ou atualização da regra de segurança de rede.

options
SecurityRulesCreateOrUpdateOptionalParams

Os parâmetros de opções.

Devoluções

Promise<SecurityRule>

beginDelete(string, string, string, SecurityRulesDeleteOptionalParams)

Elimina a regra de segurança de rede especificada.

function beginDelete(resourceGroupName: string, networkSecurityGroupName: string, securityRuleName: string, options?: SecurityRulesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>

Parâmetros

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.

options
SecurityRulesDeleteOptionalParams

Os parâmetros de opções.

Devoluções

Promise<PollerLike<@azure/core-lro.PollOperationState<void>, void>>

beginDeleteAndWait(string, string, string, SecurityRulesDeleteOptionalParams)

Elimina a regra de segurança de rede especificada.

function beginDeleteAndWait(resourceGroupName: string, networkSecurityGroupName: string, securityRuleName: string, options?: SecurityRulesDeleteOptionalParams): Promise<void>

Parâmetros

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.

options
SecurityRulesDeleteOptionalParams

Os parâmetros de opções.

Devoluções

Promise<void>

get(string, string, string, SecurityRulesGetOptionalParams)

Obtenha a regra de segurança de rede especificada.

function get(resourceGroupName: string, networkSecurityGroupName: string, securityRuleName: string, options?: SecurityRulesGetOptionalParams): Promise<SecurityRule>

Parâmetros

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.

options
SecurityRulesGetOptionalParams

Os parâmetros de opções.

Devoluções

Promise<SecurityRule>

list(string, string, SecurityRulesListOptionalParams)

Obtém todas as regras de segurança num grupo de segurança de rede.

function list(resourceGroupName: string, networkSecurityGroupName: string, options?: SecurityRulesListOptionalParams): PagedAsyncIterableIterator<SecurityRule, SecurityRule[], PageSettings>

Parâmetros

resourceGroupName

string

O nome do grupo de recursos.

networkSecurityGroupName

string

O nome do grupo de segurança de rede.

options
SecurityRulesListOptionalParams

Os parâmetros de opções.

Devoluções