Virtual Machine Extension
Describes a Virtual Machine Extension. API Version: 2021-03-01.
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:compute:VirtualMachineExtension myresource1 /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/extensions/{vmExtensionName}
Properties
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.
Indicates whether the extension should be automatically upgraded by the platform if there is a newer version of the extension available.
How the extension handler should be forced to update even if the extension configuration has not changed.
The virtual machine extension instance view.
The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.
The provisioning state, which only appears in the response.
Specifies the version of the script handler.