Locations class

Class representing a Locations.

Constructors

Locations(DataLakeAnalyticsAccountManagementClientContext)

Create a Locations.

Methods

getCapability(string, RequestOptionsBase)

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

getCapability(string, RequestOptionsBase, ServiceCallback<CapabilityInformation>)
getCapability(string, ServiceCallback<CapabilityInformation>)

Constructor Details

Locations(DataLakeAnalyticsAccountManagementClientContext)

Create a Locations.

new Locations(client: DataLakeAnalyticsAccountManagementClientContext)

Parameters

client
DataLakeAnalyticsAccountManagementClientContext

Reference to the service client.

Method Details

getCapability(string, RequestOptionsBase)

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

function getCapability(location: string, options?: RequestOptionsBase): Promise<LocationsGetCapabilityResponse>

Parameters

location

string

The resource location without whitespace.

options
RequestOptionsBase

The optional parameters

Returns

Promise<Models.LocationsGetCapabilityResponse>

getCapability(string, RequestOptionsBase, ServiceCallback<CapabilityInformation>)

function getCapability(location: string, options: RequestOptionsBase, callback: ServiceCallback<CapabilityInformation>)

Parameters

location

string

The resource location without whitespace.

options
RequestOptionsBase

The optional parameters

callback

ServiceCallback<CapabilityInformation>

The callback

getCapability(string, ServiceCallback<CapabilityInformation>)

function getCapability(location: string, callback: ServiceCallback<CapabilityInformation>)

Parameters

location

string

The resource location without whitespace.

callback

ServiceCallback<CapabilityInformation>

The callback