Package version:

Interface VirtualMachineScaleSetManagedDiskParameters

Describes the parameters of a ScaleSet managed disk.

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

Properties

diskEncryptionSet?: DiskEncryptionSetParameters

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

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.