@azure/arm-monitor
Version:
A generated SDK for MonitorClient.
20 lines • 1.03 kB
TypeScript
import { VMInsights } from "../operationsInterfaces";
import { MonitorClient } from "../monitorClient";
import { VMInsightsGetOnboardingStatusOptionalParams, VMInsightsGetOnboardingStatusResponse } from "../models";
/** Class containing VMInsights operations. */
export declare class VMInsightsImpl implements VMInsights {
private readonly client;
/**
* Initialize a new instance of the class VMInsights class.
* @param client Reference to the service client
*/
constructor(client: MonitorClient);
/**
* 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