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". |
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Python