VirtualMachineScaleSetManagedDiskParameters Class
Describes the parameters of a ScaleSet managed disk.
- Inheritance
-
azure.mgmt.compute._serialization.ModelVirtualMachineScaleSetManagedDiskParameters
Constructor
VirtualMachineScaleSetManagedDiskParameters(*, storage_account_type: str | _models.StorageAccountTypes | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
storage_account_type
|
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. Known values are: "Standard_LRS", "Premium_LRS", "StandardSSD_LRS", and "UltraSSD_LRS". |
Variables
Name | Description |
---|---|
storage_account_type
|
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. Known values are: "Standard_LRS", "Premium_LRS", "StandardSSD_LRS", and "UltraSSD_LRS". |
Azure SDK for Python