Share via


SnapshotUpdateProperties interface

Snapshot resource update properties.

Properties

dataAccessAuthMode

Additional authentication requirements when exporting or uploading to a disk or snapshot.

diskAccessId

ARM id of the DiskAccess resource for using private endpoints on disks.

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.

encryption

Encryption property can be used to encrypt data at rest with customer managed keys or platform managed keys.

encryptionSettingsCollection

Encryption settings collection used be Azure Disk Encryption, can contain multiple encryption settings per disk or snapshot.

networkAccessPolicy

Policy for accessing the disk via network.

osType

the Operating System type.

publicNetworkAccess

Policy for controlling export on the disk.

supportedCapabilities

List of supported capabilities for the image from which the OS disk was created.

supportsHibernation

Indicates the OS on a snapshot supports hibernation.

Property Details

dataAccessAuthMode

Additional authentication requirements when exporting or uploading to a disk or snapshot.

dataAccessAuthMode?: "None" | "AzureActiveDirectory"

Property Value

"None" | "AzureActiveDirectory"

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?: "AllowAll" | "AllowPrivate" | "DenyAll"

Property Value

"AllowAll" | "AllowPrivate" | "DenyAll"

osType

the Operating System type.

osType?: "Windows" | "Linux"

Property Value

"Windows" | "Linux"

publicNetworkAccess

Policy for controlling export on the disk.

publicNetworkAccess?: "Enabled" | "Disabled"

Property Value

"Enabled" | "Disabled"

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