Dela via


VMCollectionUpdate Class

Definition

Update VM resource collection.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20200701.VMCollectionUpdateTypeConverter))]
public class VMCollectionUpdate : Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20200701.IVMCollectionUpdate
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20200701.VMCollectionUpdateTypeConverter))>]
type VMCollectionUpdate = class
    interface IVMCollectionUpdate
    interface IJsonSerializable
Public Class VMCollectionUpdate
Implements IVMCollectionUpdate
Inheritance
VMCollectionUpdate
Attributes
Implements

Constructors

VMCollectionUpdate()

Creates an new VMCollectionUpdate instance.

Properties

OperationName

Operation to be performed for given VM.

VMResourceId

ARM id of the VM resource.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of VMCollectionUpdate.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of VMCollectionUpdate.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20200701.IVMCollectionUpdate.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of VMCollectionUpdate into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to