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.
|
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.
|
CapabilityInformation getCapability(String location)
location - The resource location without whitespace.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 sentcom.microsoft.rest.ServiceFuture<CapabilityInformation> getCapabilityAsync(String location, com.microsoft.rest.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<com.microsoft.rest.ServiceResponse<CapabilityInformation>> getCapabilityWithServiceResponseAsync(String location)
location - The resource location without whitespace.IllegalArgumentException - thrown if parameters fail the validation/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/