TrafficAnalyticsConfigurationProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Parameters that define the configuration of traffic analytics.
public class TrafficAnalyticsConfigurationProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.TrafficAnalyticsConfigurationProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.TrafficAnalyticsConfigurationProperties>
type TrafficAnalyticsConfigurationProperties = class
interface IJsonModel<TrafficAnalyticsConfigurationProperties>
interface IPersistableModel<TrafficAnalyticsConfigurationProperties>
Public Class TrafficAnalyticsConfigurationProperties
Implements IJsonModel(Of TrafficAnalyticsConfigurationProperties), IPersistableModel(Of TrafficAnalyticsConfigurationProperties)
- Inheritance
-
TrafficAnalyticsConfigurationProperties
- Implements
Constructors
TrafficAnalyticsConfigurationProperties() |
Initializes a new instance of TrafficAnalyticsConfigurationProperties. |
Properties
Enabled |
Flag to enable/disable traffic analytics. |
TrafficAnalyticsIntervalInMinutes |
The interval in minutes which would decide how frequently TA service should do flow analytics. |
WorkspaceId |
The resource guid of the attached workspace. |
WorkspaceRegion |
The location of the attached workspace. |
WorkspaceResourceId |
Resource Id of the attached workspace. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<TrafficAnalyticsConfigurationProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<TrafficAnalyticsConfigurationProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<TrafficAnalyticsConfigurationProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<TrafficAnalyticsConfigurationProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<TrafficAnalyticsConfigurationProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET