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.
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) |