VirtualMachineScaleSetExtension Class
Describes a Virtual Machine Scale Set Extension.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.compute.v2015_06_15.models._models_py3.SubResourceVirtualMachineScaleSetExtension
Constructor
VirtualMachineScaleSetExtension(*, id: str | None = None, name: str | None = None, publisher: str | None = None, type: str | None = None, type_handler_version: str | None = None, auto_upgrade_minor_version: bool | None = None, settings: MutableMapping[str, Any] | None = None, protected_settings: MutableMapping[str, Any] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
id
|
Resource Id. |
name
|
The name of the extension. |
publisher
|
The name of the extension handler publisher. |
type
|
The type of the extension handler. |
type_handler_version
|
The type version of the extension handler. |
auto_upgrade_minor_version
|
Whether the extension handler should be automatically upgraded across minor versions. |
settings
|
<xref:JSON>
Json formatted public settings for the extension. |
protected_settings
|
<xref:JSON>
Json formatted protected settings for the extension. |
Variables
Name | Description |
---|---|
id
|
Resource Id. |
name
|
The name of the extension. |
publisher
|
The name of the extension handler publisher. |
type
|
The type of the extension handler. |
type_handler_version
|
The type version of the extension handler. |
auto_upgrade_minor_version
|
Whether the extension handler should be automatically upgraded across minor versions. |
settings
|
<xref:JSON>
Json formatted public settings for the extension. |
protected_settings
|
<xref:JSON>
Json formatted protected settings for the extension. |
provisioning_state
|
The provisioning state, which only appears in the response. |
Azure SDK for Python