你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IMachineExtensionUpdate Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20221227.MachineExtensionUpdateTypeConverter))]
public interface IMachineExtensionUpdate : Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20221227.IResourceUpdate
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20221227.MachineExtensionUpdateTypeConverter))>]
type IMachineExtensionUpdate = interface
    interface IJsonSerializable
    interface IResourceUpdate
Public Interface IMachineExtensionUpdate
Implements IResourceUpdate
Derived
Attributes
Implements

Properties

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.

EnableAutomaticUpgrade

Indicates whether the extension should be automatically upgraded by the platform if there is a newer version available.

ForceUpdateTag

How the extension handler should be forced to update even if the extension configuration has not changed.

ProtectedSetting

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

Publisher

The name of the extension handler publisher.

Setting

Json formatted public settings for the extension.

Tag

Resource tags

(Inherited from IResourceUpdate)
Type

Specifies the type of the extension; an example is "CustomScriptExtension".

TypeHandlerVersion

Specifies the version of the script handler.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to