DataDiskImageEncryption Class

Definition

Contains encryption settings for a data disk image.

public class DataDiskImageEncryption : Microsoft.Azure.Management.Compute.Fluent.Models.DiskImageEncryption
type DataDiskImageEncryption = class
    inherit DiskImageEncryption
Public Class DataDiskImageEncryption
Inherits DiskImageEncryption
Inheritance
DataDiskImageEncryption

Constructors

DataDiskImageEncryption()

Initializes a new instance of the DataDiskImageEncryption class.

DataDiskImageEncryption(Int32, String)

Initializes a new instance of the DataDiskImageEncryption class.

Properties

DiskEncryptionSetId

Gets or sets a relative URI containing the resource ID of the disk encryption set.

(Inherited from DiskImageEncryption)
Lun

Gets or sets this property specifies the logical unit number of the data disk. This value is used to identify data disks within the Virtual Machine and therefore must be unique for each data disk attached to the Virtual Machine.

Methods

Validate()

Validate the object.

Applies to