VmCollectionUpdate Class

Definition

Update VM resource collection.

public class VmCollectionUpdate : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Elastic.Models.VmCollectionUpdate>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Elastic.Models.VmCollectionUpdate>
type VmCollectionUpdate = class
    interface IJsonModel<VmCollectionUpdate>
    interface IPersistableModel<VmCollectionUpdate>
Public Class VmCollectionUpdate
Implements IJsonModel(Of VmCollectionUpdate), IPersistableModel(Of VmCollectionUpdate)
Inheritance
VmCollectionUpdate
Implements

Constructors

VmCollectionUpdate()

Initializes a new instance of VmCollectionUpdate.

Properties

OperationName

Operation to be performed for given VM.

VmResourceId

ARM id of the VM resource.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<VmCollectionUpdate>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<VmCollectionUpdate>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<VmCollectionUpdate>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<VmCollectionUpdate>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<VmCollectionUpdate>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to