public interface Locations
| Modifier and Type | Method and Description |
|---|---|
CapabilityInformation |
getCapability(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.
|
ServiceFuture<CapabilityInformation> |
getCapabilityAsync(String location,
ServiceCallback<CapabilityInformation> serviceCallback)
Gets subscription-level properties and limits for Data Lake Analytics specified by resource location.
|
rx.Observable<ServiceResponse<CapabilityInformation>> |
getCapabilityWithServiceResponseAsync(String location)
Gets subscription-level properties and limits for Data Lake Analytics specified by resource location.
|
CapabilityInformation getCapability(String location)
location - The resource location without whitespace.IllegalArgumentException - thrown if parameters fail the validationCloudException - thrown if the request is rejected by serverRuntimeException - all other wrapped checked exceptions if the request fails to be sentServiceFuture<CapabilityInformation> getCapabilityAsync(String location, ServiceCallback<CapabilityInformation> serviceCallback)
location - The resource location without whitespace.serviceCallback - the async ServiceCallback to handle successful and failed responses.ServiceFuture objectIllegalArgumentException - thrown if parameters fail the validationrx.Observable<CapabilityInformation> getCapabilityAsync(String location)
location - The resource location without whitespace.IllegalArgumentException - thrown if parameters fail the validationrx.Observable<ServiceResponse<CapabilityInformation>> getCapabilityWithServiceResponseAsync(String location)
location - The resource location without whitespace.IllegalArgumentException - thrown if parameters fail the validationCopyright © 2019. All rights reserved.