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

    • 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:
      the CapabilityInformation object if successful.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation
      com.microsoft.azure.CloudException - thrown if the request is rejected by server
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent
    • getCapabilityAsync

      com.microsoft.rest.ServiceFuture<CapabilityInformation> getCapabilityAsync(String location, com.microsoft.rest.ServiceCallback<CapabilityInformation> serviceCallback)
      Gets subscription-level properties and limits for Data Lake Analytics specified by resource location.
      Parameters:
      location - The resource location without whitespace.
      serviceCallback - the async ServiceCallback to handle successful and failed responses.
      Returns:
      the ServiceFuture object
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation
    • getCapabilityAsync

      rx.Observable<CapabilityInformation> getCapabilityAsync(String location)
      Gets subscription-level properties and limits for Data Lake Analytics specified by resource location.
      Parameters:
      location - The resource location without whitespace.
      Returns:
      the observable to the CapabilityInformation object
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation
    • getCapabilityWithServiceResponseAsync

      rx.Observable<com.microsoft.rest.ServiceResponse<CapabilityInformation>> getCapabilityWithServiceResponseAsync(String location)
      Gets subscription-level properties and limits for Data Lake Analytics specified by resource location.
      Parameters:
      location - The resource location without whitespace.
      Returns:
      the observable to the CapabilityInformation object
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation