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
VMIngestion |
details(String resourceGroupName, String monitorName)
List the vm ingestion details that will be monitored by the Elastic monitor resource. |
|
abstract
Response<VMIngestion |
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:
Returns:
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:
Returns: