public interface Locations
Resource collection API of Locations.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets subscription-level properties and limits for Data Lake Analytics specified by resource location.
    com.azure.core.http.rest.Response<CapabilityInformation>
    getCapabilityWithResponse(String location, com.azure.core.util.Context context)
    Gets subscription-level properties and limits for Data Lake Analytics specified by resource location.
  • Method Details

    • getCapabilityWithResponse

      com.azure.core.http.rest.Response<CapabilityInformation> getCapabilityWithResponse(String location, com.azure.core.util.Context context)
      Gets subscription-level properties and limits for Data Lake Analytics specified by resource location.
      Parameters:
      location - The resource location without whitespace.
      context - The context to associate with this operation.
      Returns:
      subscription-level properties and limits for Data Lake Analytics specified by resource location 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.
    • getCapability

      CapabilityInformation getCapability(String location)
      Gets subscription-level properties and limits for Data Lake Analytics specified by resource location.
      Parameters:
      location - The resource location without whitespace.
      Returns:
      subscription-level properties and limits for Data Lake Analytics specified by resource location.
      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.