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 SourceEnabled
Boolean flag to enable/disable traffic analytics.
Declaration
public readonly bool Enabled
Field Value
| Type | Description |
|---|---|
| System.Boolean |
IntervalInMinutes
How frequently service should do flow analytics in minutes.
Declaration
public readonly int? IntervalInMinutes
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
WorkspaceId
The resource guid of the attached workspace.
Declaration
public readonly string WorkspaceId
Field Value
| Type | Description |
|---|---|
| System.String |
WorkspaceRegion
The location of the attached workspace.
Declaration
public readonly string WorkspaceRegion
Field Value
| Type | Description |
|---|---|
| System.String |
WorkspaceResourceId
The resource ID of the attached workspace.
Declaration
public readonly string WorkspaceResourceId
Field Value
| Type | Description |
|---|---|
| System.String |