Locations class
Class representing a Locations.
Constructors
Locations(Data |
Create a Locations. |
Methods
get |
Gets subscription-level properties and limits for Data Lake Analytics specified by resource location. |
get |
|
get |
Constructor Details
Locations(DataLakeAnalyticsAccountManagementClientContext)
Create a Locations.
new Locations(client: DataLakeAnalyticsAccountManagementClientContext)
Parameters
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<LocationsGetCapabilityResponse>
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
The callback
getCapability(string, ServiceCallback<CapabilityInformation>)
function getCapability(location: string, callback: ServiceCallback<CapabilityInformation>)
Parameters
- location
-
string
The resource location without whitespace.
- callback
The callback