LinuxOsInfoFragment Class
Information about a Linux OS.
Constructor
LinuxOsInfoFragment(*, linux_os_state: str | LinuxOsState | None = None, **kwargs)
Parameters
Name | Description |
---|---|
linux_os_state
Required
|
str or
LinuxOsState
The state of the Linux OS (i.e. NonDeprovisioned, DeprovisionRequested, DeprovisionApplied). Possible values include: "NonDeprovisioned", "DeprovisionRequested", "DeprovisionApplied". |
Keyword-Only Parameters
Name | Description |
---|---|
linux_os_state
Required
|
|
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