Get Snapshot Result
data class GetSnapshotResult(val creationOption: String, val diskSizeGb: Int, val encryptionSettings: List<GetSnapshotEncryptionSetting>, val id: String, val name: String, val osType: String, val resourceGroupName: String, val sourceResourceId: String, val sourceUri: String, val storageAccountId: String, val timeCreated: String, val trustedLaunchEnabled: Boolean)
A collection of values returned by getSnapshot.
Constructors
Link copied to clipboard
constructor(creationOption: String, diskSizeGb: Int, encryptionSettings: List<GetSnapshotEncryptionSetting>, id: String, name: String, osType: String, resourceGroupName: String, sourceResourceId: String, sourceUri: String, storageAccountId: String, timeCreated: String, trustedLaunchEnabled: Boolean)
Properties
Link copied to clipboard
Link copied to clipboard
The size of the Snapshotted Disk in GB.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The reference to an existing snapshot.
Link copied to clipboard
The ID of an storage account.
Link copied to clipboard
Link copied to clipboard
Whether Trusted Launch is enabled for the Snapshot.