VirtualMachineScaleSetExtensionUpdate 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.v2021_07_01.models._models_py3.SubResourceReadOnlyVirtualMachineScaleSetExtensionUpdate
Constructor
VirtualMachineScaleSetExtensionUpdate(*, force_update_tag: Optional[str] = None, publisher: Optional[str] = None, type_properties_type: Optional[str] = None, type_handler_version: Optional[str] = None, auto_upgrade_minor_version: Optional[bool] = None, enable_automatic_upgrade: Optional[bool] = None, settings: Optional[Any] = None, protected_settings: Optional[Any] = None, provision_after_extensions: Optional[List[str]] = None, suppress_failures: Optional[bool] = None, **kwargs)
Parameters
- force_update_tag
- str
If a value is provided and is different from the previous value, the extension handler will be forced to update even if the extension configuration has not changed.
- type_properties_type
- str
Specifies the type of the extension; an example is "CustomScriptExtension".
- auto_upgrade_minor_version
- bool
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
- bool
Indicates whether the extension should be automatically upgraded by the platform if there is a newer version of the extension available.
- protected_settings
- any
The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.
Collection of extension names after which this extension needs to be provisioned.
- suppress_failures
- bool
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.
Variables
- id
- str
Resource Id.
- name
- str
The name of the extension.
- type
- str
Resource type.
- provisioning_state
- str
The provisioning state, which only appears in the response.
Feedback
Submit and view feedback for