GetVirtualMachineScaleSetExtensionResult

data class GetVirtualMachineScaleSetExtensionResult(val autoUpgradeMinorVersion: Boolean? = null, val enableAutomaticUpgrade: Boolean? = null, val forceUpdateTag: String? = null, val id: String, val name: String? = null, val protectedSettings: Any? = null, val protectedSettingsFromKeyVault: KeyVaultSecretReferenceResponse? = null, val provisionAfterExtensions: List<String>? = null, val provisioningState: String, val publisher: String? = null, val settings: Any? = null, val suppressFailures: Boolean? = null, val type: String, val typeHandlerVersion: String? = null)

Describes a Virtual Machine Scale Set Extension.

Constructors

Link copied to clipboard
constructor(autoUpgradeMinorVersion: Boolean? = null, enableAutomaticUpgrade: Boolean? = null, forceUpdateTag: String? = null, id: String, name: String? = null, protectedSettings: Any? = null, protectedSettingsFromKeyVault: KeyVaultSecretReferenceResponse? = null, provisionAfterExtensions: List<String>? = null, provisioningState: String, publisher: String? = null, settings: Any? = null, suppressFailures: Boolean? = null, type: String, typeHandlerVersion: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.

Link copied to clipboard

Indicates whether the extension should be automatically upgraded by the platform if there is a newer version of the extension available.

Link copied to clipboard
val forceUpdateTag: String? = null

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.

Link copied to clipboard
val id: String

Resource Id

Link copied to clipboard
val name: String? = null

The name of the extension.

Link copied to clipboard
val protectedSettings: Any? = null

The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.

Link copied to clipboard

The extensions protected settings that are passed by reference, and consumed from key vault

Link copied to clipboard

Collection of extension names after which this extension needs to be provisioned.

Link copied to clipboard

The provisioning state, which only appears in the response.

Link copied to clipboard
val publisher: String? = null

The name of the extension handler publisher.

Link copied to clipboard
val settings: Any? = null

Json formatted public settings for the extension.

Link copied to clipboard

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.

Link copied to clipboard

Resource type

Link copied to clipboard

Specifies the version of the script handler.