SourceCreationDataResponse

data class SourceCreationDataResponse(val createSource: String? = null, val sourceUri: String? = null)

Data source used when creating the volume.

Constructors

Link copied to clipboard
constructor(createSource: String? = null, sourceUri: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val createSource: String? = null

This enumerates the possible sources of a volume creation.

Link copied to clipboard
val sourceUri: String? = null

If createOption is Copy, this is the ARM id of the source snapshot or disk. If createOption is Restore, this is the ARM-like id of the source disk restore point.