CloudServiceExtensionPropertiesArgs

data class CloudServiceExtensionPropertiesArgs(val autoUpgradeMinorVersion: Output<Boolean>? = null, val forceUpdateTag: Output<String>? = null, val protectedSettings: Output<Any>? = null, val protectedSettingsFromKeyVault: Output<CloudServiceVaultAndSecretReferenceArgs>? = null, val publisher: Output<String>? = null, val rolesAppliedTo: Output<List<String>>? = null, val settings: Output<Any>? = null, val type: Output<String>? = null, val typeHandlerVersion: Output<String>? = null) : ConvertibleToJava<CloudServiceExtensionPropertiesArgs>

Extension Properties.

Constructors

Link copied to clipboard
constructor(autoUpgradeMinorVersion: Output<Boolean>? = null, forceUpdateTag: Output<String>? = null, protectedSettings: Output<Any>? = null, protectedSettingsFromKeyVault: Output<CloudServiceVaultAndSecretReferenceArgs>? = null, publisher: Output<String>? = null, rolesAppliedTo: Output<List<String>>? = null, settings: Output<Any>? = null, type: Output<String>? = null, typeHandlerVersion: Output<String>? = null)

Properties

Link copied to clipboard
val autoUpgradeMinorVersion: Output<Boolean>? = null

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

Link copied to clipboard
val forceUpdateTag: Output<String>? = null

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

Link copied to clipboard
val protectedSettings: Output<Any>? = null

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

Link copied to clipboard

Protected settings for the extension, referenced using KeyVault which are encrypted before sent to the role instance.

Link copied to clipboard
val publisher: Output<String>? = null

The name of the extension handler publisher.

Link copied to clipboard
val rolesAppliedTo: Output<List<String>>? = null

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.

Link copied to clipboard
val settings: Output<Any>? = null

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.

Link copied to clipboard
val type: Output<String>? = null

Specifies the type of the extension.

Link copied to clipboard
val typeHandlerVersion: Output<String>? = null

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.

Functions

Link copied to clipboard
open override fun toJava(): CloudServiceExtensionPropertiesArgs