Share via


VmResources Class

Definition

The vm resource properties that is currently being monitored by the Elastic monitor resource.

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

Properties

VmResourceId

The ARM id of the VM resource.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<VmResources>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<VmResources>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<VmResources>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<VmResources>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<VmResources>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to