MoverResourceDependency Class

Definition

Defines the dependency of the move resource.

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

Properties

AutomaticResolutionResourceId

Gets the MoveResource ARM ID of the dependent resource if the resolution type is Automatic.

DependencyType

Defines the dependency type.

Id

Gets the source ARM ID of the dependent resource.

IsDependencyOptional

Gets or sets a value indicating whether the dependency is optional.

ManualResolutionTargetId

Gets or sets the target resource ARM ID of the dependent resource if the resource type is Manual.

ResolutionStatus

Gets the dependency resolution status.

ResolutionType

Defines the resolution type.

Explicit Interface Implementations

IJsonModel<MoverResourceDependency>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MoverResourceDependency>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MoverResourceDependency>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MoverResourceDependency>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MoverResourceDependency>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to