Options
All
  • Public
  • Public/Protected
  • All
Menu

Class VMInsights

Package version

Class representing a VMInsights.

Hierarchy

  • VMInsights

Index

Constructors

Methods

Constructors

constructor

Methods

getOnboardingStatus

  • getOnboardingStatus(resourceUri: string, options?: msRest.RequestOptionsBase): Promise<Models.VMInsightsGetOnboardingStatusResponse>
  • getOnboardingStatus(resourceUri: string, callback: msRest.ServiceCallback<VMInsightsOnboardingStatus>): void
  • getOnboardingStatus(resourceUri: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<VMInsightsOnboardingStatus>): void
  • Retrieves the VM Insights onboarding status for the specified resource or resource scope.

    Parameters

    • resourceUri: string

      The fully qualified Azure Resource manager identifier of the resource, or scope, whose status to retrieve.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.VMInsightsGetOnboardingStatusResponse>

    Promise<Models.VMInsightsGetOnboardingStatusResponse>

  • Parameters

    • resourceUri: string

      The fully qualified Azure Resource manager identifier of the resource, or scope, whose status to retrieve.

    • callback: msRest.ServiceCallback<VMInsightsOnboardingStatus>

      The callback

    Returns void

  • Parameters

    • resourceUri: string

      The fully qualified Azure Resource manager identifier of the resource, or scope, whose status to retrieve.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<VMInsightsOnboardingStatus>

      The callback

    Returns void

Generated using TypeDoc