MoverResourceReferenceInfo Class

Definition

Defines reference to an Azure resource.

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

Constructors

MoverResourceReferenceInfo(ResourceIdentifier)

Initializes a new instance of MoverResourceReferenceInfo.

Properties

SourceArmResourceId

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

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.

IJsonModel<MoverResourceReferenceInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MoverResourceReferenceInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MoverResourceReferenceInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MoverResourceReferenceInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to