UpgradableVersions interface
Interface representing a UpgradableVersions.
Methods
details(string, string, Upgradable |
List of upgradable versions for a given monitor resource. |
Method Details
details(string, string, UpgradableVersionsDetailsOptionalParams)
List of upgradable versions for a given monitor resource.
function details(resourceGroupName: string, monitorName: string, options?: UpgradableVersionsDetailsOptionalParams): Promise<UpgradableVersionsList>
Parameters
- resourceGroupName
-
string
The name of the resource group to which the Elastic resource belongs.
- monitorName
-
string
Monitor resource name
The options parameters.
Returns
Promise<UpgradableVersionsList>
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