Udostępnij za pośrednictwem


VmIngestionDetailsResult Class

Definition

The vm ingestion details to install an agent.

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

Properties

CloudId

The cloudId of given Elastic monitor resource.

IngestionKey

Ingestion details to install agent on given VM.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<VmIngestionDetailsResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<VmIngestionDetailsResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<VmIngestionDetailsResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<VmIngestionDetailsResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<VmIngestionDetailsResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to