FlowLogData Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |
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 |
Parameters that define the flow log format. |
Id |
Resource ID. (Inherited from NetworkTrackedResourceData) |
Identity |
FlowLog resource Managed Identity. |
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
Applies to
Azure SDK for .NET