VMCollection interface

Interface representing a VMCollection.

Methods

update(string, string, VMCollectionUpdateOptionalParams)

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

Method Details

update(string, string, VMCollectionUpdateOptionalParams)

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

function update(resourceGroupName: string, monitorName: string, options?: VMCollectionUpdateOptionalParams): Promise<void>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

monitorName

string

Monitor resource name

options
VMCollectionUpdateOptionalParams

The options parameters.

Returns

Promise<void>