Interface VMIngestionDetailsResponse


public interface VMIngestionDetailsResponse
An immutable client-side representation of VMIngestionDetailsResponse.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the cloudId property: The cloudId of given Elastic monitor resource.
    Gets the ingestionKey property: Ingestion details to install agent on given VM.
    Gets the inner com.azure.resourcemanager.elastic.fluent.models.VMIngestionDetailsResponseInner object.
  • Method Details

    • cloudId

      String cloudId()
      Gets the cloudId property: The cloudId of given Elastic monitor resource.
      Returns:
      the cloudId value.
    • ingestionKey

      String ingestionKey()
      Gets the ingestionKey property: Ingestion details to install agent on given VM.
      Returns:
      the ingestionKey value.
    • innerModel

      Gets the inner com.azure.resourcemanager.elastic.fluent.models.VMIngestionDetailsResponseInner object.
      Returns:
      the inner object.