ComponentFeatureCapabilitiesClient Interface

public interface ComponentFeatureCapabilitiesClient

An instance of this class provides access to all the operations defined in ComponentFeatureCapabilitiesClient.

Method Summary

Modifier and Type Method and Description
abstract ApplicationInsightsComponentFeatureCapabilitiesInner get(String resourceGroupName, String resourceName)

Returns feature capabilities of the application insights component.

abstract Response<ApplicationInsightsComponentFeatureCapabilitiesInner> getWithResponse(String resourceGroupName, String resourceName, Context context)

Returns feature capabilities of the application insights component.

Method Details

get

public abstract ApplicationInsightsComponentFeatureCapabilitiesInner get(String resourceGroupName, String resourceName)

Returns feature capabilities of the application insights component.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
resourceName - The name of the Application Insights component resource.

Returns:

an Application Insights component feature capabilities.

getWithResponse

public abstract Response<ApplicationInsightsComponentFeatureCapabilitiesInner> getWithResponse(String resourceGroupName, String resourceName, Context context)

Returns feature capabilities of the application insights component.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
resourceName - The name of the Application Insights component resource.
context - The context to associate with this operation.

Returns:

an Application Insights component feature capabilities along with Response<T>.

Applies to