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
fun GetSnapshotResult(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)