VMHost interface
Interface representing a VMHost.
Methods
list(string, string, VMHost |
List the vm resources currently being monitored by the Elastic monitor resource. |
Method Details
list(string, string, VMHostListOptionalParams)
List the vm resources currently being monitored by the Elastic monitor resource.
function list(resourceGroupName: string, monitorName: string, options?: VMHostListOptionalParams): PagedAsyncIterableIterator<VMResources, VMResources[], PageSettings>
Parameters
- resourceGroupName
-
string
The name of the resource group to which the Elastic resource belongs.
- monitorName
-
string
Monitor resource name
- options
- VMHostListOptionalParams
The options parameters.
Returns
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript