Compartir a través de


MachineExtensionUpdate Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.MachineExtensionUpdateTypeConverter))]
public class MachineExtensionUpdate : System.Collections.Hashtable, Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtensionUpdate, Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.MachineExtensionUpdateTypeConverter))>]
type MachineExtensionUpdate = class
    inherit Hashtable
    interface IMachineExtensionUpdate
    interface IJsonSerializable
    interface IResourceUpdate
    interface IValidates
Public Class MachineExtensionUpdate
Inherits Hashtable
Implements IMachineExtensionUpdate, IValidates
Inheritance
MachineExtensionUpdate
Attributes
Implements

Constructors

MachineExtensionUpdate()

Properties

AutoUpgradeMinorVersion
EnableAutomaticUpgrade
ForceUpdateTag
ProtectedSetting
Publisher
Setting
Tags
Type
TypeHandlerVersion

Methods

DeserializeFromDictionary(IDictionary)
DeserializeFromPSObject(PSObject)
FromJson(JsonNode)
FromJsonString(String)
ToJson(JsonObject, SerializationMode)
ToJsonString()
ToString()
Validate(IEventListener)

Applies to