Compartilhar via


IFlowLogPropertiesFormat Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.FlowLogPropertiesFormatTypeConverter))]
public interface IFlowLogPropertiesFormat : Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.FlowLogPropertiesFormatTypeConverter))>]
type IFlowLogPropertiesFormat = interface
    interface IJsonSerializable
Public Interface IFlowLogPropertiesFormat
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Enabled

Flag to enable/disable flow logging.

FormatType

The file type of flow log.

FormatVersion

The version (revision) of the flow log.

NetworkWatcherFlowAnalyticConfigurationEnabled

Flag to enable/disable traffic analytics.

NetworkWatcherFlowAnalyticConfigurationTrafficAnalyticsInterval

The interval in minutes which would decide how frequently TA service should do flow analytics.

NetworkWatcherFlowAnalyticConfigurationWorkspaceId

The resource guid of the attached workspace.

NetworkWatcherFlowAnalyticConfigurationWorkspaceRegion

The location of the attached workspace.

NetworkWatcherFlowAnalyticConfigurationWorkspaceResourceId

Resource Id of the attached workspace.

ProvisioningState

The provisioning state of the flow log.

RetentionPolicyDay

Number of days to retain flow log records.

RetentionPolicyEnabled

Flag to enable/disable retention.

StorageId

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

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.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to