VirtualMachineScaleSetExtensionUpdate Class

Definition

Describes a Virtual Machine Scale Set Extension.

[Microsoft.Rest.Serialization.JsonTransformation]
public class VirtualMachineScaleSetExtensionUpdate : Microsoft.Azure.Management.Compute.Fluent.Models.SubResourceReadOnly
[<Microsoft.Rest.Serialization.JsonTransformation>]
type VirtualMachineScaleSetExtensionUpdate = class
    inherit SubResourceReadOnly
Public Class VirtualMachineScaleSetExtensionUpdate
Inherits SubResourceReadOnly
Inheritance
VirtualMachineScaleSetExtensionUpdate
Attributes

Constructors

VirtualMachineScaleSetExtensionUpdate()

Initializes a new instance of the VirtualMachineScaleSetExtensionUpdate class.

VirtualMachineScaleSetExtensionUpdate(String, String, String, String, String, String, String, Nullable<Boolean>, Nullable<Boolean>, Object, Object, String, IList<String>)

Initializes a new instance of the VirtualMachineScaleSetExtensionUpdate class.

Properties

AutoUpgradeMinorVersion

Gets or sets 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.

EnableAutomaticUpgrade

Gets or sets indicates whether the extension should be automatically upgraded by the platform if there is a newer version of the extension available.

ForceUpdateTag

Gets or sets 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.

Id

Gets resource Id

(Inherited from SubResourceReadOnly)
Name

Gets the name of the extension.

ProtectedSettings

Gets or sets the extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.

ProvisionAfterExtensions

Gets or sets collection of extension names after which this extension needs to be provisioned.

ProvisioningState

Gets the provisioning state, which only appears in the response.

Publisher

Gets or sets the name of the extension handler publisher.

Settings

Gets or sets json formatted public settings for the extension.

Type

Gets resource type

Type1

Gets or sets specifies the type of the extension; an example is "CustomScriptExtension".

TypeHandlerVersion

Gets or sets specifies the version of the script handler.

Applies to