Interface LocationsClient


public interface LocationsClient
An instance of this class provides access to all the operations defined in LocationsClient.
  • Method Details

    • getCapabilityWithResponse

      com.azure.core.http.rest.Response<CapabilityInformationInner> 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

      CapabilityInformationInner 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.