Show / Hide Table of Contents

Class NetworkWatcherFlowLogTrafficAnalytics

Inheritance
System.Object
NetworkWatcherFlowLogTrafficAnalytics
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.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class NetworkWatcherFlowLogTrafficAnalytics

Fields

View Source

Enabled

Boolean flag to enable/disable traffic analytics.

Declaration
public readonly bool Enabled
Field Value
Type Description
System.Boolean
View Source

IntervalInMinutes

How frequently service should do flow analytics in minutes.

Declaration
public readonly int? IntervalInMinutes
Field Value
Type Description
System.Nullable<System.Int32>
View Source

WorkspaceId

The resource guid of the attached workspace.

Declaration
public readonly string WorkspaceId
Field Value
Type Description
System.String
View Source

WorkspaceRegion

The location of the attached workspace.

Declaration
public readonly string WorkspaceRegion
Field Value
Type Description
System.String
View Source

WorkspaceResourceId

The resource ID of the attached workspace.

Declaration
public readonly string WorkspaceResourceId
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.