SourceCreationDataResponse

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

Data source used when creating the volume.

Constructors

Link copied to clipboard
constructor(createSource: String? = null, sourceId: 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 sourceId: String? = null

Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"