ComponentAvailableFeatures class

Class representing a ComponentAvailableFeatures.

Constructors

ComponentAvailableFeatures(ApplicationInsightsManagementClientContext)

Create a ComponentAvailableFeatures.

Constructor Details

ComponentAvailableFeatures(ApplicationInsightsManagementClientContext)

Create a ComponentAvailableFeatures.

new ComponentAvailableFeatures(client: ApplicationInsightsManagementClientContext)

Parameters

client
ApplicationInsightsManagementClientContext

Reference to the service client.

Method Details

get(string, string, RequestOptionsBase)

Returns all available features of the application insights component.

function get(resourceGroupName: string, resourceName: string, options?: RequestOptionsBase): Promise<ComponentAvailableFeaturesGetResponse>

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
RequestOptionsBase

The optional parameters

Returns

Promise<Models.ComponentAvailableFeaturesGetResponse>

get(string, string, RequestOptionsBase, ServiceCallback<ApplicationInsightsComponentAvailableFeatures>)

function get(resourceGroupName: string, resourceName: string, options: RequestOptionsBase, callback: ServiceCallback<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
RequestOptionsBase

The optional parameters

get(string, string, ServiceCallback<ApplicationInsightsComponentAvailableFeatures>)

function get(resourceGroupName: string, resourceName: string, callback: ServiceCallback<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.