Class NetworkWatcherFlowLogTrafficAnalyticsArgs
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class NetworkWatcherFlowLogTrafficAnalyticsArgs : ResourceArgs
Constructors
View SourceNetworkWatcherFlowLogTrafficAnalyticsArgs()
Declaration
public NetworkWatcherFlowLogTrafficAnalyticsArgs()
Properties
View SourceEnabled
Boolean flag to enable/disable traffic analytics.
Declaration
public Input<bool> Enabled { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
IntervalInMinutes
How frequently service should do flow analytics in minutes.
Declaration
public Input<int> IntervalInMinutes { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
WorkspaceId
The resource guid of the attached workspace.
Declaration
public Input<string> WorkspaceId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
WorkspaceRegion
The location of the attached workspace.
Declaration
public Input<string> WorkspaceRegion { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
WorkspaceResourceId
The resource ID of the attached workspace.
Declaration
public Input<string> WorkspaceResourceId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |