VirtualMachineScaleSetVMReimageParameters Class
Describes a Virtual Machine Scale Set VM Reimage Parameters.
- Inheritance
-
azure.mgmt.compute.v2021_04_01.models._models_py3.VirtualMachineReimageParametersVirtualMachineScaleSetVMReimageParameters
Constructor
VirtualMachineScaleSetVMReimageParameters(*, temp_disk: bool | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
temp_disk
|
Specifies whether to reimage temp disk. Default value: false. Note: This temp disk reimage parameter is only supported for VM/VMSS with Ephemeral OS disk. |
Variables
Name | Description |
---|---|
temp_disk
|
Specifies whether to reimage temp disk. Default value: false. Note: This temp disk reimage parameter is only supported for VM/VMSS with Ephemeral OS disk. |
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Python