MoveResourceProperties interface
Defines the move resource properties.
Properties
depends |
Gets or sets the move resource dependencies. NOTE: This property will not be serialized. It can only be populated by the server. |
depends |
Gets or sets the move resource dependencies overrides. |
errors | Defines the move resource errors. NOTE: This property will not be serialized. It can only be populated by the server. |
existing |
Gets or sets the existing target ARM Id of the resource. |
is |
Gets a value indicating whether the resolve action is required over the move collection. NOTE: This property will not be serialized. It can only be populated by the server. |
move |
Defines the move resource status. NOTE: This property will not be serialized. It can only be populated by the server. |
provisioning |
Defines the provisioning states. NOTE: This property will not be serialized. It can only be populated by the server. |
resource |
Gets or sets the resource settings. |
source |
Gets or sets the Source ARM Id of the resource. |
source |
Gets or sets the source resource settings. NOTE: This property will not be serialized. It can only be populated by the server. |
target |
Gets or sets the Target ARM Id of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
dependsOn
Gets or sets the move resource dependencies. NOTE: This property will not be serialized. It can only be populated by the server.
dependsOn?: MoveResourceDependency[]
Property Value
dependsOnOverrides
Gets or sets the move resource dependencies overrides.
dependsOnOverrides?: MoveResourceDependencyOverride[]
Property Value
errors
Defines the move resource errors. NOTE: This property will not be serialized. It can only be populated by the server.
errors?: MoveResourcePropertiesErrors
Property Value
existingTargetId
Gets or sets the existing target ARM Id of the resource.
existingTargetId?: string
Property Value
string
isResolveRequired
Gets a value indicating whether the resolve action is required over the move collection. NOTE: This property will not be serialized. It can only be populated by the server.
isResolveRequired?: boolean
Property Value
boolean
moveStatus
Defines the move resource status. NOTE: This property will not be serialized. It can only be populated by the server.
moveStatus?: MoveResourcePropertiesMoveStatus
Property Value
provisioningState
Defines the provisioning states. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
resourceSettings
Gets or sets the resource settings.
resourceSettings?: ResourceSettingsUnion
Property Value
sourceId
Gets or sets the Source ARM Id of the resource.
sourceId: string
Property Value
string
sourceResourceSettings
Gets or sets the source resource settings. NOTE: This property will not be serialized. It can only be populated by the server.
sourceResourceSettings?: ResourceSettingsUnion
Property Value
targetId
Gets or sets the Target ARM Id of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
targetId?: string
Property Value
string