Managed Disk Parameters Args
data class ManagedDiskParametersArgs(val diskEncryptionSet: Output<DiskEncryptionSetParametersArgs>? = null, val id: Output<String>? = null, val storageAccountType: Output<Either<String, StorageAccountTypes>>? = null) : ConvertibleToJava<ManagedDiskParametersArgs>
The parameters of a managed disk.
Constructors
Link copied to clipboard
constructor(diskEncryptionSet: Output<DiskEncryptionSetParametersArgs>? = null, id: Output<String>? = null, storageAccountType: Output<Either<String, StorageAccountTypes>>? = null)
Properties
Link copied to clipboard
Specifies the customer managed disk encryption set resource id for the managed disk.
Link copied to clipboard
Specifies the storage account type for the managed disk. Managed OS disk storage account type can only be set when you create the scale set. NOTE: UltraSSD_LRS can only be used with data disks, it cannot be used with OS Disk.