CloudServiceExtensionProperties Class

Extension Properties.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
CloudServiceExtensionProperties

Constructor

CloudServiceExtensionProperties(*, publisher: Optional[str] = None, type: Optional[str] = None, type_handler_version: Optional[str] = None, auto_upgrade_minor_version: Optional[bool] = None, settings: Optional[str] = None, protected_settings: Optional[str] = None, protected_settings_from_key_vault: Optional[azure.mgmt.compute.v2020_10_01_preview.models._models_py3.CloudServiceVaultAndSecretReference] = None, force_update_tag: Optional[str] = None, roles_applied_to: Optional[List[str]] = None, **kwargs)

Parameters

publisher
str
Required

The name of the extension handler publisher.

type
str
Required

Specifies the type of the extension.

type_handler_version
str
Required

Specifies the version of the extension. Specifies the version of the extension. If this element is not specified or an asterisk (*) is used as the value, the latest version of the extension is used. If the value is specified with a major version number and an asterisk as the minor version number (X.), the latest minor version of the specified major version is selected. If a major version number and a minor version number are specified (X.Y), the specific extension version is selected. If a version is specified, an auto-upgrade is performed on the role instance.

auto_upgrade_minor_version
bool
Required

Explicitly specify whether platform can automatically upgrade typeHandlerVersion to higher minor versions when they become available.

settings
str
Required

Public settings for the extension. For JSON extensions, this is the JSON settings for the extension. For XML Extension (like RDP), this is the XML setting for the extension.

protected_settings
str
Required

Protected settings for the extension which are encrypted before sent to the role instance.

protected_settings_from_key_vault
CloudServiceVaultAndSecretReference
Required
force_update_tag
str
Required

Tag to force apply the provided public and protected settings. Changing the tag value allows for re-running the extension without changing any of the public or protected settings. If forceUpdateTag is not changed, updates to public or protected settings would still be applied by the handler. If neither forceUpdateTag nor any of public or protected settings change, extension would flow to the role instance with the same sequence-number, and it is up to handler implementation whether to re-run it or not.

roles_applied_to
list[str]
Required

Optional list of roles to apply this extension. If property is not specified or '*' is specified, extension is applied to all roles in the cloud service.

Variables

provisioning_state
str

The provisioning state, which only appears in the response.