DisallowedConfiguration Class
Specifies the disallowed configuration for a virtual machine image.
- Inheritance
-
azure.mgmt.compute._serialization.ModelDisallowedConfiguration
Constructor
DisallowedConfiguration(*, vm_disk_type: str | _models.VmDiskTypes | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
vm_disk_type
|
str or
VmDiskTypes
VM disk types which are disallowed. Known values are: "None" and "Unmanaged". |
Variables
Name | Description |
---|---|
vm_disk_type
|
str or
VmDiskTypes
VM disk types which are disallowed. Known values are: "None" and "Unmanaged". |
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