次の方法で共有


ComponentQuotaStatus Interface

public interface ComponentQuotaStatus

Resource collection API of ComponentQuotaStatus.

Method Summary

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

Returns daily data volume cap (quota) status for an Application Insights component.

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

Returns daily data volume cap (quota) status for an Application Insights component.

Method Details

get

public abstract ApplicationInsightsComponentQuotaStatus get(String resourceGroupName, String resourceName)

Returns daily data volume cap (quota) status for an 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 daily data volume cap status.

getWithResponse

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

Returns daily data volume cap (quota) status for an 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 daily data volume cap status along with Response<T>.

Applies to