FlowLogProperties Constructors

Definition

Overloads

Name Description
FlowLogProperties()

Initializes a new instance of the FlowLogProperties class.

FlowLogProperties(ResourceIdentifier, Boolean)

Initializes a new instance of FlowLogProperties.

FlowLogProperties()

Source:
FlowLogProperties.ConstructorCompatibility.cs
Source:
FlowLogProperties.cs

Initializes a new instance of the FlowLogProperties class.

public FlowLogProperties();
Public Sub New ()

Applies to

FlowLogProperties(ResourceIdentifier, Boolean)

Source:
FlowLogProperties.cs

Initializes a new instance of FlowLogProperties.

public FlowLogProperties(Azure.Core.ResourceIdentifier storageId, bool enabled);
new Azure.ResourceManager.Network.Models.FlowLogProperties : Azure.Core.ResourceIdentifier * bool -> Azure.ResourceManager.Network.Models.FlowLogProperties
Public Sub New (storageId As ResourceIdentifier, enabled As Boolean)

Parameters

storageId
ResourceIdentifier

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

enabled
Boolean

Flag to enable/disable flow logging.

Exceptions

storageId is null.

Applies to