Show / Hide Table of Contents

Class NetworkWatcherFlowLogTrafficAnalyticsArgs

Inheritance
System.Object
InputArgs
ResourceArgs
NetworkWatcherFlowLogTrafficAnalyticsArgs
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class NetworkWatcherFlowLogTrafficAnalyticsArgs : ResourceArgs

Constructors

View Source

NetworkWatcherFlowLogTrafficAnalyticsArgs()

Declaration
public NetworkWatcherFlowLogTrafficAnalyticsArgs()

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

IntervalInMinutes

How frequently service should do flow analytics in minutes.

Declaration
public Input<int> IntervalInMinutes { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

WorkspaceId

The resource guid of the attached workspace.

Declaration
public Input<string> WorkspaceId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

WorkspaceRegion

The location of the attached workspace.

Declaration
public Input<string> WorkspaceRegion { get; set; }
Property Value
Type Description
Input<System.String>
View Source

WorkspaceResourceId

The resource ID of the attached workspace.

Declaration
public Input<string> WorkspaceResourceId { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.