Share via


VMIngestionsClient Interface

public interface VMIngestionsClient

An instance of this class provides access to all the operations defined in VMIngestionsClient.

Method Summary

Modifier and Type Method and Description
abstract VMIngestionDetailsResponseInner details(String resourceGroupName, String monitorName)

List the vm ingestion details that will be monitored by the Elastic monitor resource.

abstract Response<VMIngestionDetailsResponseInner> detailsWithResponse(String resourceGroupName, String monitorName, Context context)

List the vm ingestion details that will be monitored by the Elastic monitor resource.

Method Details

details

public abstract 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.

detailsWithResponse

public abstract Response<VMIngestionDetailsResponseInner> detailsWithResponse(String resourceGroupName, String monitorName, 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<T>.

Applies to