ComponentAvailableFeatures interface

Interface representing a ComponentAvailableFeatures.

Methods

get(string, string, ComponentAvailableFeaturesGetOptionalParams)

Returns all available features of the application insights component.

Method Details

get(string, string, ComponentAvailableFeaturesGetOptionalParams)

Returns all available features of the application insights component.

function get(resourceGroupName: string, resourceName: string, options?: ComponentAvailableFeaturesGetOptionalParams): Promise<ApplicationInsightsComponentAvailableFeatures>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

resourceName

string

The name of the Application Insights component resource.

options
ComponentAvailableFeaturesGetOptionalParams

The options parameters.

Returns