MoverUnresolvedDependency Class

Definition

Unresolved dependency.

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

Properties

Count

Gets or sets the count.

Id

Gets or sets the arm id of the dependency.

Explicit Interface Implementations

IJsonModel<MoverUnresolvedDependency>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MoverUnresolvedDependency>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MoverUnresolvedDependency>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MoverUnresolvedDependency>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MoverUnresolvedDependency>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to