Get Snapshot Result
data class GetSnapshotResult(val creationData: CreationDataResponse, val diskAccessId: String? = null, val diskSizeBytes: Double, val diskSizeGB: Int? = null, val diskState: String, val encryption: EncryptionResponse? = null, val encryptionSettingsCollection: EncryptionSettingsCollectionResponse? = null, val extendedLocation: ExtendedLocationResponse? = null, val hyperVGeneration: String? = null, val id: String, val incremental: Boolean? = null, val location: String, val managedBy: String, val name: String, val networkAccessPolicy: String? = null, val osType: String? = null, val provisioningState: String, val purchasePlan: PurchasePlanResponse? = null, val sku: SnapshotSkuResponse? = null, val supportsHibernation: Boolean? = null, val tags: Map<String, String>? = null, val timeCreated: String, val type: String, val uniqueId: String)
Snapshot resource.
Constructors
Link copied to clipboard
fun GetSnapshotResult(creationData: CreationDataResponse, diskAccessId: String? = null, diskSizeBytes: Double, diskSizeGB: Int? = null, diskState: String, encryption: EncryptionResponse? = null, encryptionSettingsCollection: EncryptionSettingsCollectionResponse? = null, extendedLocation: ExtendedLocationResponse? = null, hyperVGeneration: String? = null, id: String, incremental: Boolean? = null, location: String, managedBy: String, name: String, networkAccessPolicy: String? = null, osType: String? = null, provisioningState: String, purchasePlan: PurchasePlanResponse? = null, sku: SnapshotSkuResponse? = null, supportsHibernation: Boolean? = null, tags: Map<String, String>? = null, timeCreated: String, type: String, uniqueId: String)
Types
Properties
Link copied to clipboard
Link copied to clipboard
If creationData.createOption is Empty, this field is mandatory and it indicates the size of the disk to create. If this field is present for updates or creation with other options, it indicates a resize. Resizes are only allowed if the disk is not attached to a running VM, and can only increase the disk's size.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard