Udostępnij za pośrednictwem


ElasticVmResourceInfo Class

Definition

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

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

Properties

VmResourceId

The ARM id of the VM resource.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ElasticVmResourceInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ElasticVmResourceInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ElasticVmResourceInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ElasticVmResourceInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ElasticVmResourceInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to