VirtualMachineExtensionImage Class
Describes a Virtual Machine Extension Image.
Variables are only populated by the server, and will be ignored when sending a request.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.compute.v2023_07_01.models._models_py3.ResourceVirtualMachineExtensionImage
Constructor
VirtualMachineExtensionImage(*, location: str, tags: Dict[str, str] | None = None, operating_system: str | None = None, compute_role: str | None = None, handler_schema: str | None = None, vm_scale_set_enabled: bool | None = None, supports_multiple_extensions: bool | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
location
|
Resource location. Required. |
tags
|
Resource tags. |
operating_system
|
The operating system this extension supports. |
compute_role
|
The type of role (IaaS or PaaS) this extension supports. |
handler_schema
|
The schema defined by publisher, where extension consumers should provide settings in a matching schema. |
vm_scale_set_enabled
|
Whether the extension can be used on xRP VMScaleSets. By default existing extensions are usable on scalesets, but there might be cases where a publisher wants to explicitly indicate the extension is only enabled for CRP VMs but not VMSS. |
supports_multiple_extensions
|
Whether the handler can support multiple extensions. |
Variables
Name | Description |
---|---|
id
|
Resource Id. |
name
|
Resource name. |
type
|
Resource type. |
location
|
Resource location. Required. |
tags
|
Resource tags. |
operating_system
|
The operating system this extension supports. |
compute_role
|
The type of role (IaaS or PaaS) this extension supports. |
handler_schema
|
The schema defined by publisher, where extension consumers should provide settings in a matching schema. |
vm_scale_set_enabled
|
Whether the extension can be used on xRP VMScaleSets. By default existing extensions are usable on scalesets, but there might be cases where a publisher wants to explicitly indicate the extension is only enabled for CRP VMs but not VMSS. |
supports_multiple_extensions
|
Whether the handler can support multiple extensions. |
Azure SDK for Python