Package version:

Interface Encryption

Encryption at rest settings for disk or snapshot

interface Encryption {
    diskEncryptionSetId?: string;
    type?: string;
}

Properties

diskEncryptionSetId?: string

ResourceId of the disk encryption set to use for enabling encryption at rest.

type?: string

The type of key used to encrypt the data of the disk.