VirtualMachineScaleSetExtension

class VirtualMachineScaleSetExtension : KotlinCustomResource

Describes a Virtual Machine Scale Set 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:VirtualMachineScaleSetExtension myresource1 /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/extensions/{vmssExtensionName}

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: Output<String>?

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: Output<String>
Link copied to clipboard
val name: Output<String>?

The name of the extension.

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

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

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: Output<String>?

The name of the extension handler publisher.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val settings: Output<Any>?

Json formatted public settings for the extension.

Link copied to clipboard
val type: Output<String>

Resource type

Link copied to clipboard

Specifies the version of the script handler.

Link copied to clipboard
val urn: Output<String>