Condividi tramite


IMoveResourceDependency Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.Api20230801.MoveResourceDependencyTypeConverter))]
public interface IMoveResourceDependency : Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.Api20230801.MoveResourceDependencyTypeConverter))>]
type IMoveResourceDependency = interface
    interface IJsonSerializable
Public Interface IMoveResourceDependency
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

AutomaticResolutionMoveResourceId

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.

IsOptional

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.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to