Condividi tramite


MachineExtensionUpdate Class

Definition

Describes a Machine Extension Update.

[Microsoft.Rest.Serialization.JsonTransformation]
public class MachineExtensionUpdate : Microsoft.Azure.Management.HybridCompute.Models.UpdateResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type MachineExtensionUpdate = class
    inherit UpdateResource
Public Class MachineExtensionUpdate
Inherits UpdateResource
Inheritance
MachineExtensionUpdate
Attributes

Constructors

MachineExtensionUpdate()

Initializes a new instance of the MachineExtensionUpdate class.

MachineExtensionUpdate(IDictionary<String,String>, String, String, String, String, Nullable<Boolean>, Object, Object)

Initializes a new instance of the MachineExtensionUpdate 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.

ForceUpdateTag

Gets or sets how the extension handler should be forced to update even if the extension configuration has not changed.

ProtectedSettings

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

Publisher

Gets or sets the name of the extension handler publisher.

Settings

Gets or sets json formatted public settings for the extension.

Tags

Gets or sets resource tags

(Inherited from UpdateResource)
Type

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