Class NetworkWatcherFlowLogState
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.Network
Assembly: Pulumi.Azure.dll
Syntax
public sealed class NetworkWatcherFlowLogState : ResourceArgs
Constructors
View SourceNetworkWatcherFlowLogState()
Declaration
public NetworkWatcherFlowLogState()
Properties
View SourceEnabled
Boolean flag to enable/disable traffic analytics.
Declaration
public Input<bool> Enabled { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
NetworkSecurityGroupId
The ID of the Network Security Group for which to enable flow logs for. Changing this forces a new resource to be created.
Declaration
public Input<string> NetworkSecurityGroupId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
NetworkWatcherName
The name of the Network Watcher. Changing this forces a new resource to be created.
Declaration
public Input<string> NetworkWatcherName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ResourceGroupName
The name of the resource group in which the Network Watcher was deployed. Changing this forces a new resource to be created.
Declaration
public Input<string> ResourceGroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
RetentionPolicy
A retention_policy block as documented below.
Declaration
public Input<NetworkWatcherFlowLogRetentionPolicyGetArgs> RetentionPolicy { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<NetworkWatcherFlowLogRetentionPolicyGetArgs> |
StorageAccountId
The ID of the Storage Account where flow logs are stored.
Declaration
public Input<string> StorageAccountId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
TrafficAnalytics
A traffic_analytics block as documented below.
Declaration
public Input<NetworkWatcherFlowLogTrafficAnalyticsGetArgs> TrafficAnalytics { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<NetworkWatcherFlowLogTrafficAnalyticsGetArgs> |
Version
The version (revision) of the flow log. Possible values are 1 and 2.
Declaration
public Input<int> Version { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |