Udostępnij przez


FlowLogPropertiesFormat Constructors

Definition

Overloads

Name Description
FlowLogPropertiesFormat()

Initializes a new instance of the FlowLogPropertiesFormat class.

FlowLogPropertiesFormat(String, String, String, Nullable<Boolean>, RetentionPolicyParameters, FlowLogFormatParameters, TrafficAnalyticsProperties, String)

Initializes a new instance of the FlowLogPropertiesFormat class.

FlowLogPropertiesFormat()

Initializes a new instance of the FlowLogPropertiesFormat class.

public FlowLogPropertiesFormat();
Public Sub New ()

Applies to

FlowLogPropertiesFormat(String, String, String, Nullable<Boolean>, RetentionPolicyParameters, FlowLogFormatParameters, TrafficAnalyticsProperties, String)

Initializes a new instance of the FlowLogPropertiesFormat class.

public FlowLogPropertiesFormat(string targetResourceId, string storageId, string targetResourceGuid = default, bool? enabled = default, Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.RetentionPolicyParameters retentionPolicy = default, Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.FlowLogFormatParameters format = default, Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.TrafficAnalyticsProperties flowAnalyticsConfiguration = default, string provisioningState = default);
new Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.FlowLogPropertiesFormat : string * string * string * Nullable<bool> * Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.RetentionPolicyParameters * Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.FlowLogFormatParameters * Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.TrafficAnalyticsProperties * string -> Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.FlowLogPropertiesFormat
Public Sub New (targetResourceId As String, storageId As String, Optional targetResourceGuid As String = Nothing, Optional enabled As Nullable(Of Boolean) = Nothing, Optional retentionPolicy As RetentionPolicyParameters = Nothing, Optional format As FlowLogFormatParameters = Nothing, Optional flowAnalyticsConfiguration As TrafficAnalyticsProperties = Nothing, Optional provisioningState As String = Nothing)

Parameters

targetResourceId
String

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

storageId
String

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

targetResourceGuid
String

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

enabled
Nullable<Boolean>

Flag to enable/disable flow logging.

retentionPolicy
RetentionPolicyParameters

Parameters that define the retention policy for flow log.

format
FlowLogFormatParameters

Parameters that define the flow log format.

flowAnalyticsConfiguration
TrafficAnalyticsProperties

Parameters that define the configuration of traffic analytics.

provisioningState
String

The provisioning state of the flow log. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'

Applies to