Compartir a través de


FlowLogInformation(ResourceIdentifier, ResourceIdentifier, Boolean) Constructor

Definición

Inicializa una nueva instancia de FlowLogInformation.

public FlowLogInformation (Azure.Core.ResourceIdentifier targetResourceId, Azure.Core.ResourceIdentifier storageId, bool enabled);
new Azure.ResourceManager.Network.Models.FlowLogInformation : Azure.Core.ResourceIdentifier * Azure.Core.ResourceIdentifier * bool -> Azure.ResourceManager.Network.Models.FlowLogInformation
Public Sub New (targetResourceId As ResourceIdentifier, storageId As ResourceIdentifier, enabled As Boolean)

Parámetros

targetResourceId
ResourceIdentifier

Identificador del recurso que se va a configurar para el registro de flujo y el análisis de tráfico (opcional).

storageId
ResourceIdentifier

Identificador de la cuenta de almacenamiento que se usa para almacenar el registro de flujo.

enabled
Boolean

Marca para habilitar o deshabilitar el registro de flujo.

Excepciones

targetResourceId o storageId es null.

Se aplica a