Package version:

Interface DiskRestorePointAttributes

Disk Restore Point details.

interface DiskRestorePointAttributes {
    encryption?: RestorePointEncryption;
    id?: string;
    sourceDiskRestorePoint?: ApiEntityReference;
}

Hierarchy (view full)

Properties

Encryption at rest settings for disk restore point. It is an optional property that can be specified in the input while creating a restore point.

id?: string

Resource Id NOTE: This property will not be serialized. It can only be populated by the server.

sourceDiskRestorePoint?: ApiEntityReference

Resource Id of the source disk restore point.