Share via


TrafficManagerUserMetricData Class

Definition

A class representing the TrafficManagerUserMetric data model. Class representing Traffic Manager User Metrics.

public class TrafficManagerUserMetricData : Azure.ResourceManager.TrafficManager.Models.TrafficManagerProxyResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.TrafficManager.TrafficManagerUserMetricData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.TrafficManager.TrafficManagerUserMetricData>
type TrafficManagerUserMetricData = class
    inherit TrafficManagerProxyResourceData
    interface IJsonModel<TrafficManagerUserMetricData>
    interface IPersistableModel<TrafficManagerUserMetricData>
Public Class TrafficManagerUserMetricData
Inherits TrafficManagerProxyResourceData
Implements IJsonModel(Of TrafficManagerUserMetricData), IPersistableModel(Of TrafficManagerUserMetricData)
Inheritance
Implements

Constructors

TrafficManagerUserMetricData()

Initializes a new instance of TrafficManagerUserMetricData.

Properties

Id

Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/trafficManagerProfiles/{resourceName}.

(Inherited from TrafficManagerResourceData)
Key

The key returned by the User Metrics operation.

Name

The name of the resource.

(Inherited from TrafficManagerResourceData)
ResourceType

The type of the resource. Ex- Microsoft.Network/trafficManagerProfiles.

(Inherited from TrafficManagerResourceData)

Explicit Interface Implementations

IJsonModel<TrafficManagerProxyResourceData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from TrafficManagerProxyResourceData)
IJsonModel<TrafficManagerProxyResourceData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from TrafficManagerProxyResourceData)
IJsonModel<TrafficManagerResourceData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from TrafficManagerResourceData)
IJsonModel<TrafficManagerResourceData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from TrafficManagerResourceData)
IJsonModel<TrafficManagerUserMetricData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<TrafficManagerUserMetricData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<TrafficManagerProxyResourceData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from TrafficManagerProxyResourceData)
IPersistableModel<TrafficManagerProxyResourceData>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from TrafficManagerProxyResourceData)
IPersistableModel<TrafficManagerProxyResourceData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from TrafficManagerProxyResourceData)
IPersistableModel<TrafficManagerResourceData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from TrafficManagerResourceData)
IPersistableModel<TrafficManagerResourceData>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from TrafficManagerResourceData)
IPersistableModel<TrafficManagerResourceData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from TrafficManagerResourceData)
IPersistableModel<TrafficManagerUserMetricData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<TrafficManagerUserMetricData>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<TrafficManagerUserMetricData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to