MoveResourceProperties Class
- java.
lang. Object - com.
microsoft. azure. management. resourcemover. v2021_01_01.MoveResourceProperties
- com.
public class MoveResourceProperties
Defines the move resource properties.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| MoveResourceProperties() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
java.util.List<Move |
dependsOn()
Get gets or sets the move resource dependencies. |
|
java.util.List<Move |
dependsOnOverrides()
Get gets or sets the move resource dependencies overrides. |
|
Move |
errors()
Get defines the move resource errors. |
| java.lang.String |
existingTargetId()
Get gets or sets the existing target ARM Id of the resource. |
| java.lang.Boolean |
isResolveRequired()
Get gets a value indicating whether the resolve action is required over the move collection. |
|
Move |
moveStatus()
Get defines the move resource status. |
|
Provisioning |
provisioningState()
Get possible values include: 'Succeeded', 'Updating', 'Creating', 'Failed'. |
|
Resource |
resourceSettings()
Get gets or sets the resource settings. |
| java.lang.String |
sourceId()
Get gets or sets the Source ARM Id of the resource. |
|
Resource |
sourceResourceSettings()
Get gets or sets the source resource settings. |
| java.lang.String |
targetId()
Get gets or sets the Target ARM Id of the resource. |
|
Move |
withDependsOnOverrides(List<MoveResourceDependencyOverride> dependsOnOverrides)
Set gets or sets the move resource dependencies overrides. |
|
Move |
withExistingTargetId(String existingTargetId)
Set gets or sets the existing target ARM Id of the resource. |
|
Move |
withProvisioningState(ProvisioningState provisioningState)
Set possible values include: 'Succeeded', 'Updating', 'Creating', 'Failed'. |
|
Move |
withResourceSettings(ResourceSettings resourceSettings)
Set gets or sets the resource settings. |
|
Move |
withSourceId(String sourceId)
Set gets or sets the Source ARM Id of the resource. |
Methods inherited from java.lang.Object
Constructor Details
MoveResourceProperties
public MoveResourceProperties()
Method Details
dependsOn
public List<MoveResourceDependency> dependsOn()
Get gets or sets the move resource dependencies.
Returns:
dependsOnOverrides
public List<MoveResourceDependencyOverride> dependsOnOverrides()
Get gets or sets the move resource dependencies overrides.
Returns:
errors
public MoveResourcePropertiesErrors errors()
Get defines the move resource errors.
Returns:
existingTargetId
public String existingTargetId()
Get gets or sets the existing target ARM Id of the resource.
Returns:
isResolveRequired
public Boolean isResolveRequired()
Get gets a value indicating whether the resolve action is required over the move collection.
Returns:
moveStatus
public MoveResourcePropertiesMoveStatus moveStatus()
Get defines the move resource status.
Returns:
provisioningState
public ProvisioningState provisioningState()
Get possible values include: 'Succeeded', 'Updating', 'Creating', 'Failed'.
Returns:
resourceSettings
public ResourceSettings resourceSettings()
Get gets or sets the resource settings.
Returns:
sourceId
public String sourceId()
Get gets or sets the Source ARM Id of the resource.
Returns:
sourceResourceSettings
public ResourceSettings sourceResourceSettings()
Get gets or sets the source resource settings.
Returns:
targetId
public String targetId()
Get gets or sets the Target ARM Id of the resource.
Returns:
withDependsOnOverrides
public MoveResourceProperties withDependsOnOverrides(List<MoveResourceDependencyOverride> dependsOnOverrides)
Set gets or sets the move resource dependencies overrides.
Parameters:
Returns:
withExistingTargetId
public MoveResourceProperties withExistingTargetId(String existingTargetId)
Set gets or sets the existing target ARM Id of the resource.
Parameters:
Returns:
withProvisioningState
public MoveResourceProperties withProvisioningState(ProvisioningState provisioningState)
Set possible values include: 'Succeeded', 'Updating', 'Creating', 'Failed'.
Parameters:
Returns:
withResourceSettings
public MoveResourceProperties withResourceSettings(ResourceSettings resourceSettings)
Set gets or sets the resource settings.
Parameters:
Returns:
withSourceId
public MoveResourceProperties withSourceId(String sourceId)
Set gets or sets the Source ARM Id of the resource.
Parameters:
Returns: