Interface ComponentQuotaStatus


  • public interface ComponentQuotaStatus
    Resource collection API of ComponentQuotaStatus.
    • Method Detail

      • get

        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.
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation.
        com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
        RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
      • getWithResponse

        com.azure.core.http.rest.Response<ApplicationInsightsComponentQuotaStatus> getWithResponse​(String resourceGroupName,
                                                                                                   String resourceName,
                                                                                                   com.azure.core.util.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.
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation.
        com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
        RuntimeException - all other wrapped checked exceptions if the request fails to be sent.