Interface Locations
public interface Locations
An instance of this class provides access to all the operations defined
in Locations.
-
Method Summary
Modifier and TypeMethodDescriptiongetCapability
(String location) Gets subscription-level properties and limits for Data Lake Analytics specified by resource location.rx.Observable<CapabilityInformation>
getCapabilityAsync
(String location) Gets subscription-level properties and limits for Data Lake Analytics specified by resource location.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.rx.Observable<com.microsoft.rest.ServiceResponse<CapabilityInformation>>
getCapabilityWithServiceResponseAsync
(String location) Gets subscription-level properties and limits for Data Lake Analytics specified by resource location.
-
Method Details
-
getCapability
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 validationcom.microsoft.azure.CloudException
- thrown if the request is rejected by serverRuntimeException
- 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
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
-