SnapshotUpdate interface
Snapshot update resource.
Properties
data |
Additional authentication requirements when exporting or uploading to a disk or snapshot. |
disk |
ARM id of the DiskAccess resource for using private endpoints on disks. |
disk |
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. |
encryption | Encryption property can be used to encrypt data at rest with customer managed keys or platform managed keys. |
encryption |
Encryption settings collection used be Azure Disk Encryption, can contain multiple encryption settings per disk or snapshot. |
network |
Policy for accessing the disk via network. |
os |
the Operating System type. |
public |
Policy for controlling export on the disk. |
sku | The snapshots sku name. Can be Standard_LRS, Premium_LRS, or Standard_ZRS. This is an optional parameter for incremental snapshot and the default behavior is the SKU will be set to the same sku as the previous snapshot |
supported |
List of supported capabilities for the image from which the OS disk was created. |
supports |
Indicates the OS on a snapshot supports hibernation. |
tags | Resource tags |
Property Details
dataAccessAuthMode
Additional authentication requirements when exporting or uploading to a disk or snapshot.
dataAccessAuthMode?: string
Property Value
string
diskAccessId
ARM id of the DiskAccess resource for using private endpoints on disks.
diskAccessId?: string
Property Value
string
diskSizeGB
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.
diskSizeGB?: number
Property Value
number
encryption
Encryption property can be used to encrypt data at rest with customer managed keys or platform managed keys.
encryption?: Encryption
Property Value
encryptionSettingsCollection
Encryption settings collection used be Azure Disk Encryption, can contain multiple encryption settings per disk or snapshot.
encryptionSettingsCollection?: EncryptionSettingsCollection
Property Value
networkAccessPolicy
Policy for accessing the disk via network.
networkAccessPolicy?: string
Property Value
string
osType
publicNetworkAccess
Policy for controlling export on the disk.
publicNetworkAccess?: string
Property Value
string
sku
The snapshots sku name. Can be Standard_LRS, Premium_LRS, or Standard_ZRS. This is an optional parameter for incremental snapshot and the default behavior is the SKU will be set to the same sku as the previous snapshot
sku?: SnapshotSku
Property Value
supportedCapabilities
List of supported capabilities for the image from which the OS disk was created.
supportedCapabilities?: SupportedCapabilities
Property Value
supportsHibernation
Indicates the OS on a snapshot supports hibernation.
supportsHibernation?: boolean
Property Value
boolean
tags
Resource tags
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}