DiffDiskSettings Class
Describes the parameters of ephemeral disk settings that can be specified for operating system
disk. <br>``<br>
NOTE: The ephemeral disk settings can only be specified for
managed disk.
- Inheritance
-
azure.mgmt.compute._serialization.ModelDiffDiskSettings
Constructor
DiffDiskSettings(*, option: str | _models.DiffDiskOptions | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
option
|
Specifies the ephemeral disk settings for operating system disk. "Local" |
Variables
Name | Description |
---|---|
option
|
Specifies the ephemeral disk settings for operating system disk. "Local" |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python