VMInsights interface
Interface representing a VMInsights.
Methods
get |
Retrieves the VM Insights onboarding status for the specified resource or resource scope. |
Method Details
getOnboardingStatus(string, VMInsightsGetOnboardingStatusOptionalParams)
Retrieves the VM Insights onboarding status for the specified resource or resource scope.
function getOnboardingStatus(resourceUri: string, options?: VMInsightsGetOnboardingStatusOptionalParams): Promise<VMInsightsOnboardingStatus>
Parameters
- resourceUri
-
string
The fully qualified Azure Resource manager identifier of the resource, or scope, whose status to retrieve.
The options parameters.
Returns
Promise<VMInsightsOnboardingStatus>