FlowLogInformation Class

Definition

Information on the configuration of flow log and traffic analytics (optional) .

public class FlowLogInformation : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.FlowLogInformation>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.FlowLogInformation>
public class FlowLogInformation
type FlowLogInformation = class
    interface IJsonModel<FlowLogInformation>
    interface IPersistableModel<FlowLogInformation>
type FlowLogInformation = class
Public Class FlowLogInformation
Implements IJsonModel(Of FlowLogInformation), IPersistableModel(Of FlowLogInformation)
Public Class FlowLogInformation
Inheritance
FlowLogInformation
Implements

Constructors

FlowLogInformation(ResourceIdentifier, ResourceIdentifier, Boolean)

Initializes a new instance of FlowLogInformation.

Properties

Enabled

Flag to enable/disable flow logging.

Format

Parameters that define the flow log format.

RetentionPolicy

Parameters that define the retention policy for flow log.

StorageId

ID of the storage account which is used to store the flow log.

TargetResourceId

The ID of the resource to configure for flow log and traffic analytics (optional) .

TrafficAnalyticsConfiguration

Parameters that define the configuration of traffic analytics.

Explicit Interface Implementations

IJsonModel<FlowLogInformation>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<FlowLogInformation>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<FlowLogInformation>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<FlowLogInformation>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<FlowLogInformation>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to