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:
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:
Returns: