@azure/arm-monitor
Version:
A generated SDK for MonitorClient.
12 lines • 695 B
TypeScript
import { VMInsightsGetOnboardingStatusOptionalParams, VMInsightsGetOnboardingStatusResponse } from "../models";
/** Interface representing a VMInsights. */
export interface VMInsights {
/**
* Retrieves the VM Insights onboarding status for the specified resource or resource scope.
* @param resourceUri The fully qualified Azure Resource manager identifier of the resource, or scope,
* whose status to retrieve.
* @param options The options parameters.
*/
getOnboardingStatus(resourceUri: string, options?: VMInsightsGetOnboardingStatusOptionalParams): Promise<VMInsightsGetOnboardingStatusResponse>;
}
//# sourceMappingURL=vMInsights.d.ts.map