MoveCollectionPropertiesResponse

data class MoveCollectionPropertiesResponse(val errors: MoveCollectionPropertiesResponseErrors, val provisioningState: String, val sourceRegion: String, val targetRegion: String)

Defines the move collection properties.

Constructors

Link copied to clipboard
constructor(errors: MoveCollectionPropertiesResponseErrors, provisioningState: String, sourceRegion: String, targetRegion: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Defines the move collection errors.

Link copied to clipboard

Defines the provisioning states.

Link copied to clipboard

Gets or sets the source region.

Link copied to clipboard

Gets or sets the target region.