VirtualMachineScaleSetManagedDiskParameters Class
Describes the parameters of a ScaleSet managed disk.
- Inheritance
-
VirtualMachineScaleSetManagedDiskParameters
Constructor
VirtualMachineScaleSetManagedDiskParameters(*, storage_account_type: Optional[Union[str, azure.mgmt.compute.v2020_06_01.models._compute_management_client_enums.StorageAccountTypes]] = None, disk_encryption_set: Optional[azure.mgmt.compute.v2020_06_01.models._models_py3.DiskEncryptionSetParameters] = None, **kwargs)
Parameters
- storage_account_type
- str or StorageAccountTypes
Required
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. Possible values include: "Standard_LRS", "Premium_LRS", "StandardSSD_LRS", "UltraSSD_LRS".
- disk_encryption_set
- DiskEncryptionSetParameters
Required
Specifies the customer managed disk encryption set resource id for the managed disk.
Feedback
Submit and view feedback for