Compartir a través de


NetworkSecurityPerimeters interface

Interfaz que representa NetworkSecurityPerimeters.

Métodos

beginDelete(string, string, NetworkSecurityPerimetersDeleteOptionalParams)

Elimina un perímetro de seguridad de red.

beginDeleteAndWait(string, string, NetworkSecurityPerimetersDeleteOptionalParams)

Elimina un perímetro de seguridad de red.

createOrUpdate(string, string, NetworkSecurityPerimeter, NetworkSecurityPerimetersCreateOrUpdateOptionalParams)

Crea o actualiza un perímetro de seguridad de red.

get(string, string, NetworkSecurityPerimetersGetOptionalParams)

Obtiene el perímetro de seguridad de red especificado por el nombre.

list(string, NetworkSecurityPerimetersListOptionalParams)

Enumerar los perímetros de seguridad de red en un grupo de recursos.

listBySubscription(NetworkSecurityPerimetersListBySubscriptionOptionalParams)

Enumere todos los perímetros de seguridad de red de una suscripción.

patch(string, string, UpdateTagsRequest, NetworkSecurityPerimetersPatchOptionalParams)

Etiquetas de revisión para un perímetro de seguridad de red.

Detalles del método

beginDelete(string, string, NetworkSecurityPerimetersDeleteOptionalParams)

Elimina un perímetro de seguridad de red.

function beginDelete(resourceGroupName: string, networkSecurityPerimeterName: string, options?: NetworkSecurityPerimetersDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

Parámetros

resourceGroupName

string

Nombre del grupo de recursos.

networkSecurityPerimeterName

string

Nombre del perímetro de seguridad de red.

options
NetworkSecurityPerimetersDeleteOptionalParams

Parámetros de opciones.

Devoluciones

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

beginDeleteAndWait(string, string, NetworkSecurityPerimetersDeleteOptionalParams)

Elimina un perímetro de seguridad de red.

function beginDeleteAndWait(resourceGroupName: string, networkSecurityPerimeterName: string, options?: NetworkSecurityPerimetersDeleteOptionalParams): Promise<void>

Parámetros

resourceGroupName

string

Nombre del grupo de recursos.

networkSecurityPerimeterName

string

Nombre del perímetro de seguridad de red.

options
NetworkSecurityPerimetersDeleteOptionalParams

Parámetros de opciones.

Devoluciones

Promise<void>

createOrUpdate(string, string, NetworkSecurityPerimeter, NetworkSecurityPerimetersCreateOrUpdateOptionalParams)

Crea o actualiza un perímetro de seguridad de red.

function createOrUpdate(resourceGroupName: string, networkSecurityPerimeterName: string, parameters: NetworkSecurityPerimeter, options?: NetworkSecurityPerimetersCreateOrUpdateOptionalParams): Promise<NetworkSecurityPerimeter>

Parámetros

resourceGroupName

string

Nombre del grupo de recursos.

networkSecurityPerimeterName

string

Nombre del perímetro de seguridad de red.

parameters
NetworkSecurityPerimeter

Parámetro proporcionado para crear o actualizar el perímetro de seguridad de la red.

Devoluciones

get(string, string, NetworkSecurityPerimetersGetOptionalParams)

Obtiene el perímetro de seguridad de red especificado por el nombre.

function get(resourceGroupName: string, networkSecurityPerimeterName: string, options?: NetworkSecurityPerimetersGetOptionalParams): Promise<NetworkSecurityPerimeter>

Parámetros

resourceGroupName

string

Nombre del grupo de recursos.

networkSecurityPerimeterName

string

Nombre del perímetro de seguridad de red.

options
NetworkSecurityPerimetersGetOptionalParams

Parámetros de opciones.

Devoluciones

list(string, NetworkSecurityPerimetersListOptionalParams)

Enumerar los perímetros de seguridad de red en un grupo de recursos.

function list(resourceGroupName: string, options?: NetworkSecurityPerimetersListOptionalParams): PagedAsyncIterableIterator<NetworkSecurityPerimeter, NetworkSecurityPerimeter[], PageSettings>

Parámetros

resourceGroupName

string

Nombre del grupo de recursos.

options
NetworkSecurityPerimetersListOptionalParams

Parámetros de opciones.

Devoluciones

listBySubscription(NetworkSecurityPerimetersListBySubscriptionOptionalParams)

Enumere todos los perímetros de seguridad de red de una suscripción.

function listBySubscription(options?: NetworkSecurityPerimetersListBySubscriptionOptionalParams): PagedAsyncIterableIterator<NetworkSecurityPerimeter, NetworkSecurityPerimeter[], PageSettings>

Parámetros

Devoluciones

patch(string, string, UpdateTagsRequest, NetworkSecurityPerimetersPatchOptionalParams)

Etiquetas de revisión para un perímetro de seguridad de red.

function patch(resourceGroupName: string, networkSecurityPerimeterName: string, parameters: UpdateTagsRequest, options?: NetworkSecurityPerimetersPatchOptionalParams): Promise<NetworkSecurityPerimeter>

Parámetros

resourceGroupName

string

Nombre del grupo de recursos.

networkSecurityPerimeterName

string

Nombre del perímetro de seguridad de red.

parameters
UpdateTagsRequest

Parámetro suministrado al perímetro de seguridad de la red.

options
NetworkSecurityPerimetersPatchOptionalParams

Parámetros de opciones.

Devoluciones