GetSnapshotResult

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

The size of the Snapshotted Disk in GB.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The reference to an existing snapshot.

Link copied to clipboard

The URI to a Managed or Unmanaged Disk.

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.