FlowLogData Class

Definition

Compatibility declaration for the FlowLogData type.

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

Constructors

Name Description
FlowLogData()

Initializes a new instance of FlowLogData.

Properties

Name Description
Enabled

Flag to enable/disable flow logging.

EnabledFilteringCriteria

Optional field to filter network traffic logs based on SrcIP, SrcPort, DstIP, DstPort, Protocol, Encryption, Direction and Action. If not specified, all network traffic will be logged.

ETag

A unique read-only string that changes whenever the resource is updated.

Format

Gets or sets the Format compatibility property.

Id

Resource ID.

(Inherited from NetworkTrackedResourceData)
Identity

FlowLog resource Managed Identity.

Location

Resource location.

(Inherited from NetworkTrackedResourceData)
Name

Resource name.

(Inherited from NetworkTrackedResourceData)
NetworkWatcherFlowAnalyticsConfiguration

Parameters that define the configuration of traffic analytics.

ProvisioningState

The provisioning state of the flow log.

RecordTypes

Optional field to filter network traffic logs based on flow states. Value of this field could be any comma separated combination string of letters B,C,E or D. B represents Begin, when a flow is created. C represents Continue for an ongoing flow generated at every five-minute interval. E represents End, when a flow is terminated. D represents Deny, when a flow is denied. If not specified, all network traffic will be logged.

ResourceType

Compatibility member.

(Inherited from NetworkTrackedResourceData)
RetentionPolicy

Parameters that define the retention policy for flow log.

StorageId

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

Tags

Resource tags.

(Inherited from NetworkTrackedResourceData)
TargetResourceGuid

Gets the TargetResourceGuid compatibility property.

TargetResourceId

ID of network security group to which flow log will be applied.

TrafficAnalyticsConfiguration

Compatibility member.

Type

Resource type.

(Inherited from NetworkTrackedResourceData)

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<FlowLogData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<FlowLogData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<NetworkTrackedResourceData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from NetworkTrackedResourceData)
IJsonModel<NetworkTrackedResourceData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from NetworkTrackedResourceData)
IPersistableModel<FlowLogData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<FlowLogData>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<FlowLogData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<NetworkTrackedResourceData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from NetworkTrackedResourceData)
IPersistableModel<NetworkTrackedResourceData>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from NetworkTrackedResourceData)
IPersistableModel<NetworkTrackedResourceData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from NetworkTrackedResourceData)

Applies to