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.v2016_04_30_preview.models._models_py3.SubResourceReadOnlyVirtualMachineScaleSetExtension
Constructor
VirtualMachineScaleSetExtension(*, name: Optional[str] = None, publisher: Optional[str] = None, type: Optional[str] = None, type_handler_version: Optional[str] = None, auto_upgrade_minor_version: Optional[bool] = None, settings: Optional[Any] = None, protected_settings: Optional[Any] = None, **kwargs)
Parameters
- auto_upgrade_minor_version
- bool
Required
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.
- protected_settings
- any
Required
The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.
Variables
- id
- str
Resource Id.
- provisioning_state
- str
The provisioning state, which only appears in the response.
Feedback
Submit and view feedback for