VirtualMachineExtensionUpdate interface
Describes a Virtual Machine Extension.
- Extends
Properties
auto |
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 |
Indicates whether the extension should be automatically upgraded by the platform if there is a newer version of the extension available. |
force |
How the extension handler should be forced to update even if the extension configuration has not changed. |
protected |
The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all. |
protected |
The extensions protected settings that are passed by reference, and consumed from key vault |
publisher | The name of the extension handler publisher. |
settings | Json formatted public settings for the extension. |
suppress |
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. |
type | Specifies the type of the extension; an example is "CustomScriptExtension". |
type |
Specifies the version of the script handler. |
Inherited Properties
tags | Resource tags |
Property Details
autoUpgradeMinorVersion
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.
autoUpgradeMinorVersion?: boolean
Property Value
boolean
enableAutomaticUpgrade
Indicates whether the extension should be automatically upgraded by the platform if there is a newer version of the extension available.
enableAutomaticUpgrade?: boolean
Property Value
boolean
forceUpdateTag
How the extension handler should be forced to update even if the extension configuration has not changed.
forceUpdateTag?: string
Property Value
string
protectedSettings
The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.
protectedSettings?: any
Property Value
any
protectedSettingsFromKeyVault
The extensions protected settings that are passed by reference, and consumed from key vault
protectedSettingsFromKeyVault?: KeyVaultSecretReference
Property Value
publisher
The name of the extension handler publisher.
publisher?: string
Property Value
string
settings
Json formatted public settings for the extension.
settings?: any
Property Value
any
suppressFailures
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.
suppressFailures?: boolean
Property Value
boolean
type
Specifies the type of the extension; an example is "CustomScriptExtension".
type?: string
Property Value
string
typeHandlerVersion
Specifies the version of the script handler.
typeHandlerVersion?: string
Property Value
string
Inherited Property Details
tags
Resource tags
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
Inherited From UpdateResource.tags