VmIngestionDetailsResponse Class

Definition

The vm ingestion details to install an agent.

public class VmIngestionDetailsResponse : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Elastic.Models.VmIngestionDetailsResponse>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Elastic.Models.VmIngestionDetailsResponse>
type VmIngestionDetailsResponse = class
    interface IJsonModel<VmIngestionDetailsResponse>
    interface IPersistableModel<VmIngestionDetailsResponse>
Public Class VmIngestionDetailsResponse
Implements IJsonModel(Of VmIngestionDetailsResponse), IPersistableModel(Of VmIngestionDetailsResponse)
Inheritance
VmIngestionDetailsResponse
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<VmIngestionDetailsResponse>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<VmIngestionDetailsResponse>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<VmIngestionDetailsResponse>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<VmIngestionDetailsResponse>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<VmIngestionDetailsResponse>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to