MoveResourceDependencyResponse

data class MoveResourceDependencyResponse(val automaticResolution: AutomaticResolutionPropertiesResponse? = null, val dependencyType: String? = null, val id: String? = null, val isOptional: String? = null, val manualResolution: ManualResolutionPropertiesResponse? = null, val resolutionStatus: String? = null, val resolutionType: String? = null)

Defines the dependency of the move resource.

Constructors

Link copied to clipboard
constructor(automaticResolution: AutomaticResolutionPropertiesResponse? = null, dependencyType: String? = null, id: String? = null, isOptional: String? = null, manualResolution: ManualResolutionPropertiesResponse? = null, resolutionStatus: String? = null, resolutionType: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Defines the properties for automatic resolution.

Link copied to clipboard
val dependencyType: String? = null

Defines the dependency type.

Link copied to clipboard
val id: String? = null

Gets the source ARM ID of the dependent resource.

Link copied to clipboard
val isOptional: String? = null

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

Link copied to clipboard

Defines the properties for manual resolution.

Link copied to clipboard

Gets the dependency resolution status.

Link copied to clipboard
val resolutionType: String? = null

Defines the resolution type.