Interface VMIngestionsClient


public interface VMIngestionsClient
An instance of this class provides access to all the operations defined in VMIngestionsClient.
  • Method Details

    • detailsWithResponse

      com.azure.core.http.rest.Response<VMIngestionDetailsResponseInner> detailsWithResponse(String resourceGroupName, String monitorName, com.azure.core.util.Context context)
      List the vm ingestion details that will be monitored by the Elastic monitor resource.
      Parameters:
      resourceGroupName - The name of the resource group to which the Elastic resource belongs.
      monitorName - Monitor resource name.
      context - The context to associate with this operation.
      Returns:
      the vm ingestion details to install an agent along with Response.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • details

      VMIngestionDetailsResponseInner details(String resourceGroupName, String monitorName)
      List the vm ingestion details that will be monitored by the Elastic monitor resource.
      Parameters:
      resourceGroupName - The name of the resource group to which the Elastic resource belongs.
      monitorName - Monitor resource name.
      Returns:
      the vm ingestion details to install an agent.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.