Sdílet prostřednictvím


TrafficManagerProxyResourceData Class

Definition

The resource model definition for a ARM proxy resource. It will have everything other than required location and tags.

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

Constructors

TrafficManagerProxyResourceData()

Initializes a new instance of TrafficManagerProxyResourceData.

Properties

Id

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

(Inherited from TrafficManagerResourceData)
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.

IJsonModel<TrafficManagerProxyResourceData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

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

Converts the provided BinaryData into a model.

IPersistableModel<TrafficManagerProxyResourceData>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<TrafficManagerProxyResourceData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

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)

Applies to