TrafficAnalyticsProperties Class

Definition

Parameters that define the configuration of traffic analytics.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.TrafficAnalyticsPropertiesTypeConverter))]
public class TrafficAnalyticsProperties : Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.ITrafficAnalyticsProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.TrafficAnalyticsPropertiesTypeConverter))>]
type TrafficAnalyticsProperties = class
    interface ITrafficAnalyticsProperties
    interface IJsonSerializable
Public Class TrafficAnalyticsProperties
Implements ITrafficAnalyticsProperties
Inheritance
TrafficAnalyticsProperties
Attributes
Implements

Constructors

TrafficAnalyticsProperties()

Creates an new TrafficAnalyticsProperties instance.

Properties

NetworkWatcherFlowAnalyticConfigurationEnabled

Flag to enable/disable traffic analytics.

NetworkWatcherFlowAnalyticConfigurationTrafficAnalyticsInterval

The interval in minutes which would decide how frequently TA service should do flow analytics.

NetworkWatcherFlowAnalyticConfigurationWorkspaceId

The resource guid of the attached workspace.

NetworkWatcherFlowAnalyticConfigurationWorkspaceRegion

The location of the attached workspace.

NetworkWatcherFlowAnalyticConfigurationWorkspaceResourceId

Resource Id of the attached workspace.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of TrafficAnalyticsProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of TrafficAnalyticsProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.ITrafficAnalyticsProperties.

FromJsonString(String)

Creates a new instance of TrafficAnalyticsProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of TrafficAnalyticsProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to