VMHostsClient Interface
public interface VMHostsClient
An instance of this class provides access to all the operations defined in VMHostsClient.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Paged |
list(String resourceGroupName, String monitorName)
List the vm resources currently being monitored by the Elastic monitor resource. |
|
abstract
Paged |
list(String resourceGroupName, String monitorName, Context context)
List the vm resources currently being monitored by the Elastic monitor resource. |
Method Details
list
public abstract PagedIterable<VMResourcesInner> list(String resourceGroupName, String monitorName)
List the vm resources currently being monitored by the Elastic monitor resource.
Parameters:
Returns:
list
public abstract PagedIterable<VMResourcesInner> list(String resourceGroupName, String monitorName, Context context)
List the vm resources currently being monitored by the Elastic monitor resource.
Parameters:
Returns: