ComponentFeatureCapabilities class

Class representing a ComponentFeatureCapabilities.

Constructors

ComponentFeatureCapabilities(ApplicationInsightsManagementClientContext)

Create a ComponentFeatureCapabilities.

Methods

get(string, string, RequestOptionsBase)

Returns feature capabilities of the application insights component.

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

Constructor Details

ComponentFeatureCapabilities(ApplicationInsightsManagementClientContext)

Create a ComponentFeatureCapabilities.

new ComponentFeatureCapabilities(client: ApplicationInsightsManagementClientContext)

Parameters

client
ApplicationInsightsManagementClientContext

Reference to the service client.

Method Details

get(string, string, RequestOptionsBase)

Returns feature capabilities of the application insights component.

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

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.ComponentFeatureCapabilitiesGetResponse>

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

function get(resourceGroupName: string, resourceName: string, options: RequestOptionsBase, callback: ServiceCallback<ApplicationInsightsComponentFeatureCapabilities>)

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<ApplicationInsightsComponentFeatureCapabilities>)

function get(resourceGroupName: string, resourceName: string, callback: ServiceCallback<ApplicationInsightsComponentFeatureCapabilities>)

Parameters

resourceGroupName

string

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

resourceName

string

The name of the Application Insights component resource.