VirtualMachineScaleSetVMExtension Class
Describes a VMSS VM Extension.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.compute.v2023_03_01.models._models_py3.SubResourceReadOnlyVirtualMachineScaleSetVMExtension
Constructor
VirtualMachineScaleSetVMExtension(*, location: str | None = None, force_update_tag: str | None = None, publisher: str | None = None, type_properties_type: str | None = None, type_handler_version: str | None = None, auto_upgrade_minor_version: bool | None = None, enable_automatic_upgrade: bool | None = None, settings: MutableMapping[str, Any] | None = None, protected_settings: MutableMapping[str, Any] | None = None, instance_view: _models.VirtualMachineExtensionInstanceView | None = None, suppress_failures: bool | None = None, protected_settings_from_key_vault: _models.KeyVaultSecretReference | None = None, provision_after_extensions: List[str] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
location
|
The location of the extension. |
force_update_tag
|
How the extension handler should be forced to update even if the extension configuration has not changed. |
publisher
|
The name of the extension handler publisher. |
type_properties_type
|
Specifies the type of the extension; an example is "CustomScriptExtension". |
type_handler_version
|
Specifies the version of the script handler. |
auto_upgrade_minor_version
|
Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true. |
enable_automatic_upgrade
|
Indicates whether the extension should be automatically upgraded by the platform if there is a newer version of the extension available. |
settings
|
<xref:JSON>
Json formatted public settings for the extension. |
protected_settings
|
<xref:JSON>
The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all. |
instance_view
|
The virtual machine extension instance view. |
suppress_failures
|
Indicates whether failures stemming from the extension will be suppressed (Operational failures such as not connecting to the VM will not be suppressed regardless of this value). The default is false. |
protected_settings_from_key_vault
|
The extensions protected settings that are passed by reference, and consumed from key vault. |
provision_after_extensions
|
Collection of extension names after which this extension needs to be provisioned. |
Variables
Name | Description |
---|---|
id
|
Resource Id. |
name
|
The name of the extension. |
type
|
Resource type. |
location
|
The location of the extension. |
force_update_tag
|
How the extension handler should be forced to update even if the extension configuration has not changed. |
publisher
|
The name of the extension handler publisher. |
type_properties_type
|
Specifies the type of the extension; an example is "CustomScriptExtension". |
type_handler_version
|
Specifies the version of the script handler. |
auto_upgrade_minor_version
|
Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true. |
enable_automatic_upgrade
|
Indicates whether the extension should be automatically upgraded by the platform if there is a newer version of the extension available. |
settings
|
<xref:JSON>
Json formatted public settings for the extension. |
protected_settings
|
<xref:JSON>
The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all. |
provisioning_state
|
The provisioning state, which only appears in the response. |
instance_view
|
The virtual machine extension instance view. |
suppress_failures
|
Indicates whether failures stemming from the extension will be suppressed (Operational failures such as not connecting to the VM will not be suppressed regardless of this value). The default is false. |
protected_settings_from_key_vault
|
The extensions protected settings that are passed by reference, and consumed from key vault. |
provision_after_extensions
|
Collection of extension names after which this extension needs to be provisioned. |
Azure SDK for Python