Share via


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 PagedIterable<VMResourcesInner> list(String resourceGroupName, String monitorName)

List the vm resources currently being monitored by the Elastic monitor resource.

abstract PagedIterable<VMResourcesInner> 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:

resourceGroupName - The name of the resource group to which the Elastic resource belongs.
monitorName - Monitor resource name.

Returns:

response of a list operation as paginated response with PagedIterable<T>.

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:

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:

response of a list operation as paginated response with PagedIterable<T>.

Applies to