Package version:

Interface ManagedDiskParameters

The parameters of a managed disk.

interface ManagedDiskParameters {
    diskEncryptionSet?: DiskEncryptionSetParameters;
    id?: string;
    securityProfile?: VMDiskSecurityProfile;
    storageAccountType?: string;
}

Hierarchy (view full)

Properties

diskEncryptionSet?: DiskEncryptionSetParameters

Specifies the customer managed disk encryption set resource id for the managed disk.

id?: string

Resource Id

securityProfile?: VMDiskSecurityProfile

Specifies the security profile for the managed disk.

storageAccountType?: string

Specifies the storage account type for the managed disk. NOTE: UltraSSD_LRS can only be used with data disks, it cannot be used with OS Disk.