Compartir a través de


FlowLogs interface

Interfaz que representa un FlowLogs.

Métodos

beginCreateOrUpdate(string, string, string, FlowLog, FlowLogsCreateOrUpdateOptionalParams)

Cree o actualice un registro de flujo para el grupo de seguridad de red especificado.

beginCreateOrUpdateAndWait(string, string, string, FlowLog, FlowLogsCreateOrUpdateOptionalParams)

Cree o actualice un registro de flujo para el grupo de seguridad de red especificado.

beginDelete(string, string, string, FlowLogsDeleteOptionalParams)

Elimina el recurso de registro de flujo especificado.

beginDeleteAndWait(string, string, string, FlowLogsDeleteOptionalParams)

Elimina el recurso de registro de flujo especificado.

get(string, string, string, FlowLogsGetOptionalParams)

Obtiene un recurso de registro de flujo por nombre.

list(string, string, FlowLogsListOptionalParams)

Enumera todos los recursos de registro de flujo para el Network Watcher especificado.

updateTags(string, string, string, TagsObject, FlowLogsUpdateTagsOptionalParams)

Actualice las etiquetas del registro de flujo especificado.

Detalles del método

beginCreateOrUpdate(string, string, string, FlowLog, FlowLogsCreateOrUpdateOptionalParams)

Cree o actualice un registro de flujo para el grupo de seguridad de red especificado.

function beginCreateOrUpdate(resourceGroupName: string, networkWatcherName: string, flowLogName: string, parameters: FlowLog, options?: FlowLogsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<FlowLog>, FlowLog>>

Parámetros

resourceGroupName

string

Nombre del grupo de recursos.

networkWatcherName

string

Nombre del monitor de red.

flowLogName

string

Nombre del registro de flujo.

parameters
FlowLog

Parámetros que definen el recurso de registro de flujo de creación o actualización.

options
FlowLogsCreateOrUpdateOptionalParams

Parámetros de opciones.

Devoluciones

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

beginCreateOrUpdateAndWait(string, string, string, FlowLog, FlowLogsCreateOrUpdateOptionalParams)

Cree o actualice un registro de flujo para el grupo de seguridad de red especificado.

function beginCreateOrUpdateAndWait(resourceGroupName: string, networkWatcherName: string, flowLogName: string, parameters: FlowLog, options?: FlowLogsCreateOrUpdateOptionalParams): Promise<FlowLog>

Parámetros

resourceGroupName

string

Nombre del grupo de recursos.

networkWatcherName

string

Nombre del monitor de red.

flowLogName

string

Nombre del registro de flujo.

parameters
FlowLog

Parámetros que definen el recurso de registro de flujo de creación o actualización.

options
FlowLogsCreateOrUpdateOptionalParams

Parámetros de opciones.

Devoluciones

Promise<FlowLog>

beginDelete(string, string, string, FlowLogsDeleteOptionalParams)

Elimina el recurso de registro de flujo especificado.

function beginDelete(resourceGroupName: string, networkWatcherName: string, flowLogName: string, options?: FlowLogsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

Parámetros

resourceGroupName

string

Nombre del grupo de recursos.

networkWatcherName

string

Nombre del monitor de red.

flowLogName

string

Nombre del recurso de registro de flujo.

options
FlowLogsDeleteOptionalParams

Parámetros de opciones.

Devoluciones

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

beginDeleteAndWait(string, string, string, FlowLogsDeleteOptionalParams)

Elimina el recurso de registro de flujo especificado.

function beginDeleteAndWait(resourceGroupName: string, networkWatcherName: string, flowLogName: string, options?: FlowLogsDeleteOptionalParams): Promise<void>

Parámetros

resourceGroupName

string

Nombre del grupo de recursos.

networkWatcherName

string

Nombre del monitor de red.

flowLogName

string

Nombre del recurso de registro de flujo.

options
FlowLogsDeleteOptionalParams

Parámetros de opciones.

Devoluciones

Promise<void>

get(string, string, string, FlowLogsGetOptionalParams)

Obtiene un recurso de registro de flujo por nombre.

function get(resourceGroupName: string, networkWatcherName: string, flowLogName: string, options?: FlowLogsGetOptionalParams): Promise<FlowLog>

Parámetros

resourceGroupName

string

Nombre del grupo de recursos.

networkWatcherName

string

Nombre del monitor de red.

flowLogName

string

Nombre del recurso de registro de flujo.

options
FlowLogsGetOptionalParams

Parámetros de opciones.

Devoluciones

Promise<FlowLog>

list(string, string, FlowLogsListOptionalParams)

Enumera todos los recursos de registro de flujo para el Network Watcher especificado.

function list(resourceGroupName: string, networkWatcherName: string, options?: FlowLogsListOptionalParams): PagedAsyncIterableIterator<FlowLog, FlowLog[], PageSettings>

Parámetros

resourceGroupName

string

Nombre del grupo de recursos que contiene Network Watcher.

networkWatcherName

string

Nombre del recurso de Network Watcher.

options
FlowLogsListOptionalParams

Parámetros de opciones.

Devoluciones

updateTags(string, string, string, TagsObject, FlowLogsUpdateTagsOptionalParams)

Actualice las etiquetas del registro de flujo especificado.

function updateTags(resourceGroupName: string, networkWatcherName: string, flowLogName: string, parameters: TagsObject, options?: FlowLogsUpdateTagsOptionalParams): Promise<FlowLog>

Parámetros

resourceGroupName

string

Nombre del grupo de recursos.

networkWatcherName

string

Nombre del monitor de red.

flowLogName

string

Nombre del registro de flujo.

parameters
TagsObject

Parámetros proporcionados para actualizar las etiquetas de registro de flujo.

options
FlowLogsUpdateTagsOptionalParams

Parámetros de opciones.

Devoluciones

Promise<FlowLog>