Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ComponentAvailableFeatures

Package version

Class representing a ComponentAvailableFeatures.

Hierarchy

  • ComponentAvailableFeatures

Index

Constructors

Methods

Constructors

constructor

Methods

get

  • get(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase): Promise<Models.ComponentAvailableFeaturesGetResponse>
  • get(resourceGroupName: string, resourceName: string, callback: msRest.ServiceCallback<ApplicationInsightsComponentAvailableFeatures>): void
  • get(resourceGroupName: string, resourceName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<ApplicationInsightsComponentAvailableFeatures>): void
  • Returns all available features of the application insights component.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • resourceName: string

      The name of the Application Insights component resource.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.ComponentAvailableFeaturesGetResponse>

    Promise<Models.ComponentAvailableFeaturesGetResponse>

  • Parameters

    • resourceGroupName: string

      The name of the resource group.

    • resourceName: string

      The name of the Application Insights component resource.

    • callback: msRest.ServiceCallback<ApplicationInsightsComponentAvailableFeatures>

      The callback

    Returns void

  • Parameters

    • resourceGroupName: string

      The name of the resource group.

    • resourceName: string

      The name of the Application Insights component resource.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<ApplicationInsightsComponentAvailableFeatures>

      The callback

    Returns void

Generated using TypeDoc