FlowLogData Class

Definition

A class representing the FlowLog data model. A flow log resource.

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

Constructors

FlowLogData()

Initializes a new instance of FlowLogData.

Properties

Enabled

Flag to enable/disable flow logging.

ETag

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

Format

Parameters that define the flow log format.

Id

Resource ID.

(Inherited from NetworkTrackedResourceData)
Location

Resource location.

(Inherited from NetworkTrackedResourceData)
Name

Resource name.

(Inherited from NetworkTrackedResourceData)
ProvisioningState

The provisioning state of the flow log.

ResourceType

Resource type.

(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

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

TargetResourceId

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

TrafficAnalyticsConfiguration

Parameters that define the configuration of traffic analytics.

Explicit Interface Implementations

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