FlowLogProperties Constructors
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.
Overloads
| Name | Description |
|---|---|
| FlowLogProperties() |
Initializes a new instance of the FlowLogProperties class. |
| FlowLogProperties(ResourceIdentifier, Boolean) |
Initializes a new instance of FlowLogProperties. |
FlowLogProperties()
- 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.