Partilhar via


MoveResourceDependency interface

Defines the dependency of the move resource.

Properties

automaticResolution

Defines the properties for automatic resolution.

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.

manualResolution

Defines the properties for manual resolution.

resolutionStatus

Gets the dependency resolution status.

resolutionType

Defines the resolution type.

Property Details

automaticResolution

Defines the properties for automatic resolution.

automaticResolution?: AutomaticResolutionProperties

Property Value

dependencyType

Defines the dependency type.

dependencyType?: string

Property Value

string

id

Gets the source ARM ID of the dependent resource.

id?: string

Property Value

string

isOptional

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

isOptional?: string

Property Value

string

manualResolution

Defines the properties for manual resolution.

manualResolution?: ManualResolutionProperties

Property Value

resolutionStatus

Gets the dependency resolution status.

resolutionStatus?: string

Property Value

string

resolutionType

Defines the resolution type.

resolutionType?: string

Property Value

string