LocationsClient Interface

public interface LocationsClient

An instance of this class provides access to all the operations defined in LocationsClient.

Method Summary

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

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

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

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

Method Details

getCapability

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