Share via


VMIngestionDetailsResponse Class

Definition

The vm ingestion details to install an agent.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20200701.VMIngestionDetailsResponseTypeConverter))]
public class VMIngestionDetailsResponse : Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20200701.IVMIngestionDetailsResponse
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20200701.VMIngestionDetailsResponseTypeConverter))>]
type VMIngestionDetailsResponse = class
    interface IVMIngestionDetailsResponse
    interface IJsonSerializable
Public Class VMIngestionDetailsResponse
Implements IVMIngestionDetailsResponse
Inheritance
VMIngestionDetailsResponse
Attributes
Implements

Constructors

VMIngestionDetailsResponse()

Creates an new VMIngestionDetailsResponse instance.

Properties

CloudId

The cloudId of given Elastic monitor resource.

IngestionKey

Ingestion details to install agent on given VM.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of VMIngestionDetailsResponse.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of VMIngestionDetailsResponse.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20200701.IVMIngestionDetailsResponse.

FromJsonString(String)

Creates a new instance of VMIngestionDetailsResponse, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of VMIngestionDetailsResponse into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to