Share via


MoveCollectionProperties Class

  • java.lang.Object
    • com.microsoft.azure.management.resourcemover.v2021_01_01.MoveCollectionProperties

public class MoveCollectionProperties

Defines the move collection properties.

Constructor Summary

Constructor Description
MoveCollectionProperties()

Method Summary

Modifier and Type Method and Description
MoveCollectionPropertiesErrors errors()

Get defines the move collection errors.

ProvisioningState provisioningState()

Get possible values include: 'Succeeded', 'Updating', 'Creating', 'Failed'.

java.lang.String sourceRegion()

Get gets or sets the source region.

java.lang.String targetRegion()

Get gets or sets the target region.

MoveCollectionProperties withProvisioningState(ProvisioningState provisioningState)

Set possible values include: 'Succeeded', 'Updating', 'Creating', 'Failed'.

MoveCollectionProperties withSourceRegion(String sourceRegion)

Set gets or sets the source region.

MoveCollectionProperties withTargetRegion(String targetRegion)

Set gets or sets the target region.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

MoveCollectionProperties

public MoveCollectionProperties()

Method Details

errors

public MoveCollectionPropertiesErrors errors()

Get defines the move collection errors.

Returns:

the errors value

provisioningState

public ProvisioningState provisioningState()

Get possible values include: 'Succeeded', 'Updating', 'Creating', 'Failed'.

Returns:

the provisioningState value

sourceRegion

public String sourceRegion()

Get gets or sets the source region.

Returns:

the sourceRegion value

targetRegion

public String targetRegion()

Get gets or sets the target region.

Returns:

the targetRegion value

withProvisioningState

public MoveCollectionProperties withProvisioningState(ProvisioningState provisioningState)

Set possible values include: 'Succeeded', 'Updating', 'Creating', 'Failed'.

Parameters:

provisioningState - the provisioningState value to set

Returns:

the MoveCollectionProperties object itself.

withSourceRegion

public MoveCollectionProperties withSourceRegion(String sourceRegion)

Set gets or sets the source region.

Parameters:

sourceRegion - the sourceRegion value to set

Returns:

the MoveCollectionProperties object itself.

withTargetRegion

public MoveCollectionProperties withTargetRegion(String targetRegion)

Set gets or sets the target region.

Parameters:

targetRegion - the targetRegion value to set

Returns:

the MoveCollectionProperties object itself.

Applies to