Udostępnij za pośrednictwem


MachineRunCommandUpdate Class

Definition

Describes a Machine Extension Update.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.MachineRunCommandUpdateTypeConverter))]
public class MachineRunCommandUpdate : Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineRunCommandUpdate, Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.MachineRunCommandUpdateTypeConverter))>]
type MachineRunCommandUpdate = class
    interface IMachineRunCommandUpdate
    interface IJsonSerializable
    interface IResourceUpdate
    interface IValidates
Public Class MachineRunCommandUpdate
Implements IMachineRunCommandUpdate, IValidates
Inheritance
MachineRunCommandUpdate
Attributes
Implements

Constructors

MachineRunCommandUpdate()

Creates an new MachineRunCommandUpdate instance.

Properties

Tags

Resource tags

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of MachineRunCommandUpdate.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of MachineRunCommandUpdate.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineRunCommandUpdate.

FromJsonString(String)

Creates a new instance of MachineRunCommandUpdate, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of MachineRunCommandUpdate into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to