Share via


VMCollectionsClient Interface

public interface VMCollectionsClient

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

Method Summary

Modifier and Type Method and Description
abstract void update(String resourceGroupName, String monitorName)

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

abstract Response<Void> updateWithResponse(String resourceGroupName, String monitorName, VMCollectionUpdate body, Context context)

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

Method Details

update

public abstract void update(String resourceGroupName, String monitorName)

Update the vm 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.

updateWithResponse

public abstract Response<Void> updateWithResponse(String resourceGroupName, String monitorName, VMCollectionUpdate body, Context context)

Update the vm 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.
body - VM resource Id.
context - The context to associate with this operation.

Returns:

Applies to