SecurityRulesOperations interface

Interface que representa uma operação SecurityRules.

Propriedades

beginCreateOrUpdate
beginCreateOrUpdateAndWait
beginDelete
beginDeleteAndWait
createOrUpdate

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

delete

Exclui a regra de segurança de rede especificada.

get

Obtenha a regra de segurança de rede especificada.

list

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

Detalhes da propriedade

beginCreateOrUpdate

Aviso

Essa API foi preterida.

use createOrUpdate instead

beginCreateOrUpdate: (resourceGroupName: string, networkSecurityGroupName: string, securityRuleName: string, securityRuleParameters: SecurityRule, options?: SecurityRulesCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<SecurityRule>, SecurityRule>>

Valor da propriedade

(resourceGroupName: string, networkSecurityGroupName: string, securityRuleName: string, securityRuleParameters: SecurityRule, options?: SecurityRulesCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<SecurityRule>, SecurityRule>>

beginCreateOrUpdateAndWait

Aviso

Essa API foi preterida.

use createOrUpdate instead

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

Valor da propriedade

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

beginDelete

Aviso

Essa API foi preterida.

use delete instead

beginDelete: (resourceGroupName: string, networkSecurityGroupName: string, securityRuleName: string, options?: SecurityRulesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

Valor da propriedade

(resourceGroupName: string, networkSecurityGroupName: string, securityRuleName: string, options?: SecurityRulesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait

Aviso

Essa API foi preterida.

use delete instead

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

Valor da propriedade

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

createOrUpdate

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

createOrUpdate: (resourceGroupName: string, networkSecurityGroupName: string, securityRuleName: string, securityRuleParameters: SecurityRule, options?: SecurityRulesCreateOrUpdateOptionalParams) => PollerLike<OperationState<SecurityRule>, SecurityRule>

Valor da propriedade

(resourceGroupName: string, networkSecurityGroupName: string, securityRuleName: string, securityRuleParameters: SecurityRule, options?: SecurityRulesCreateOrUpdateOptionalParams) => PollerLike<OperationState<SecurityRule>, SecurityRule>

delete

Exclui a regra de segurança de rede especificada.

delete: (resourceGroupName: string, networkSecurityGroupName: string, securityRuleName: string, options?: SecurityRulesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Valor da propriedade

(resourceGroupName: string, networkSecurityGroupName: string, securityRuleName: string, options?: SecurityRulesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Obtenha a regra de segurança de rede especificada.

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

Valor da propriedade

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

list

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

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

Valor da propriedade

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