次の方法で共有


ComponentFeatureCapabilities Interface

public interface ComponentFeatureCapabilities

Resource collection API of ComponentFeatureCapabilities.

Method Summary

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

Returns feature capabilities of the application insights component.

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

Returns feature capabilities of the application insights component.

Method Details

get

public abstract ApplicationInsightsComponentFeatureCapabilities 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<ApplicationInsightsComponentFeatureCapabilities> 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