Share via


TrafficManagerTrackedResourceData Class

Definition

The resource model definition for a ARM tracked top level resource.

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

Constructors

TrafficManagerTrackedResourceData()

Initializes a new instance of TrafficManagerTrackedResourceData.

Properties

Id

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

(Inherited from TrafficManagerResourceData)
Location

The Azure Region where the resource lives.

Name

The name of the resource.

(Inherited from TrafficManagerResourceData)
ResourceType

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

(Inherited from TrafficManagerResourceData)
Tags

Resource tags.

Explicit Interface Implementations

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<TrafficManagerTrackedResourceData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<TrafficManagerTrackedResourceData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

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<TrafficManagerTrackedResourceData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<TrafficManagerTrackedResourceData>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<TrafficManagerTrackedResourceData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to