Compartir a través de


SecurityRules interface

Interfaz que representa securityRules.

Métodos

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

Crea o actualiza una regla de seguridad en el grupo de seguridad de red especificado.

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

Crea o actualiza una regla de seguridad en el grupo de seguridad de red especificado.

beginDelete(string, string, string, SecurityRulesDeleteOptionalParams)

Elimina la regla de seguridad de red especificada.

beginDeleteAndWait(string, string, string, SecurityRulesDeleteOptionalParams)

Elimina la regla de seguridad de red especificada.

get(string, string, string, SecurityRulesGetOptionalParams)

Obtenga la regla de seguridad de red especificada.

list(string, string, SecurityRulesListOptionalParams)

Obtiene todas las reglas de seguridad de un grupo de seguridad de red.

Detalles del método

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

Crea o actualiza una regla de seguridad en el grupo de seguridad de red especificado.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos.

networkSecurityGroupName

string

Nombre del grupo de seguridad de red.

securityRuleName

string

Nombre de la regla de seguridad.

securityRuleParameters
SecurityRule

Parámetros proporcionados para la operación de creación o actualización de la regla de seguridad de red.

options
SecurityRulesCreateOrUpdateOptionalParams

Parámetros de opciones.

Devoluciones

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

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

Crea o actualiza una regla de seguridad en el grupo de seguridad de red especificado.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos.

networkSecurityGroupName

string

Nombre del grupo de seguridad de red.

securityRuleName

string

Nombre de la regla de seguridad.

securityRuleParameters
SecurityRule

Parámetros proporcionados para la operación de creación o actualización de la regla de seguridad de red.

options
SecurityRulesCreateOrUpdateOptionalParams

Parámetros de opciones.

Devoluciones

Promise<SecurityRule>

beginDelete(string, string, string, SecurityRulesDeleteOptionalParams)

Elimina la regla de seguridad de red especificada.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos.

networkSecurityGroupName

string

Nombre del grupo de seguridad de red.

securityRuleName

string

Nombre de la regla de seguridad.

options
SecurityRulesDeleteOptionalParams

Parámetros de opciones.

Devoluciones

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

beginDeleteAndWait(string, string, string, SecurityRulesDeleteOptionalParams)

Elimina la regla de seguridad de red especificada.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos.

networkSecurityGroupName

string

Nombre del grupo de seguridad de red.

securityRuleName

string

Nombre de la regla de seguridad.

options
SecurityRulesDeleteOptionalParams

Parámetros de opciones.

Devoluciones

Promise<void>

get(string, string, string, SecurityRulesGetOptionalParams)

Obtenga la regla de seguridad de red especificada.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos.

networkSecurityGroupName

string

Nombre del grupo de seguridad de red.

securityRuleName

string

Nombre de la regla de seguridad.

options
SecurityRulesGetOptionalParams

Parámetros de opciones.

Devoluciones

Promise<SecurityRule>

list(string, string, SecurityRulesListOptionalParams)

Obtiene todas las reglas de seguridad de un grupo de seguridad de red.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos.

networkSecurityGroupName

string

Nombre del grupo de seguridad de red.

options
SecurityRulesListOptionalParams

Parámetros de opciones.

Devoluciones