Locations Interface

public interface Locations

Resource collection API of Locations.

Method Summary

Modifier and Type Method and Description
abstract CapabilityInformation getCapability(String location)

Gets subscription-level properties and limits for Data Lake Analytics specified by resource location.

abstract Response<CapabilityInformation> getCapabilityWithResponse(String location, Context context)

Gets subscription-level properties and limits for Data Lake Analytics specified by resource location.

Method Details

getCapability

public abstract 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:

subscription-level properties and limits for Data Lake Analytics specified by resource location.

getCapabilityWithResponse

public abstract Response<CapabilityInformation> getCapabilityWithResponse(String location, 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<T>.

Applies to