Show / Hide Table of Contents

Class NetworkWatcherFlowLogArgs

Inheritance
System.Object
InputArgs
ResourceArgs
NetworkWatcherFlowLogArgs
Inherited Members
ResourceArgs.Empty
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 NetworkWatcherFlowLogArgs : ResourceArgs

Constructors

View Source

NetworkWatcherFlowLogArgs()

Declaration
public NetworkWatcherFlowLogArgs()

Properties

View Source

Enabled

Boolean flag to enable/disable traffic analytics.

Declaration
public Input<bool> Enabled { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

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>
View Source

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>
View Source

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>
View Source

RetentionPolicy

A retention_policy block as documented below.

Declaration
public Input<NetworkWatcherFlowLogRetentionPolicyArgs> RetentionPolicy { get; set; }
Property Value
Type Description
Input<NetworkWatcherFlowLogRetentionPolicyArgs>
View Source

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>
View Source

TrafficAnalytics

A traffic_analytics block as documented below.

Declaration
public Input<NetworkWatcherFlowLogTrafficAnalyticsArgs> TrafficAnalytics { get; set; }
Property Value
Type Description
Input<NetworkWatcherFlowLogTrafficAnalyticsArgs>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.