ProxyResourceReferenceInfo Class

Definition

Defines reference to a proxy resource.

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

Constructors

ProxyResourceReferenceInfo(ResourceIdentifier)

Initializes a new instance of ProxyResourceReferenceInfo.

Properties

Name

Gets the name of the proxy resource on the target side.

SourceArmResourceId

Gets the ARM resource ID of the tracked resource being referenced.

(Inherited from MoverResourceReferenceInfo)

Explicit Interface Implementations

IJsonModel<MoverResourceReferenceInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from MoverResourceReferenceInfo)
IJsonModel<ProxyResourceReferenceInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ProxyResourceReferenceInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MoverResourceReferenceInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from MoverResourceReferenceInfo)
IPersistableModel<ProxyResourceReferenceInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ProxyResourceReferenceInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ProxyResourceReferenceInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to