Interface ComponentAvailableFeatures


public interface ComponentAvailableFeatures
Resource collection API of ComponentAvailableFeatures.
  • Method Details

    • get

      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.
      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<ApplicationInsightsComponentAvailableFeatures> getWithResponse(String resourceGroupName, String resourceName, com.azure.core.util.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.
      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.