Share via


ComponentAvailableFeatures Interface

public interface ComponentAvailableFeatures

Resource collection API of ComponentAvailableFeatures.

Method Summary

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

Returns all available features of the application insights component.

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

Returns all available features of the application insights component.

Method Details

get

public abstract ApplicationInsightsComponentAvailableFeatures get(String resourceGroupName, String resourceName)

Returns all available features 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 available features.

getWithResponse

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

Returns all available features 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 available features along with Response<T>.

Applies to