LocationsOperations Class
Warning
DO NOT instantiate this class directly.
Instead, you should access the following operations through
DataLakeAnalyticsAccountManagementClient's
<xref:locations> attribute.
Constructor
LocationsOperations(*args, **kwargs)
Methods
| get_capability |
Gets subscription-level properties and limits for Data Lake Analytics specified by resource location. |
get_capability
Gets subscription-level properties and limits for Data Lake Analytics specified by resource location.
async get_capability(location: str, **kwargs: Any) -> CapabilityInformation | None
Parameters
| Name | Description |
|---|---|
|
location
Required
|
The resource location without whitespace. Required. |
Keyword-Only Parameters
| Name | Description |
|---|---|
|
cls
|
A custom type or function that will be passed the direct response |
Returns
| Type | Description |
|---|---|
|
CapabilityInformation or None or the result of cls(response) |
Exceptions
| Type | Description |
|---|---|
Attributes
models
models = <module 'azure.mgmt.datalake.analytics.account.models' from 'C:\\ToolCache\\Python\\3.11.9\\x64\\Lib\\site-packages\\py2docfx\\venv\\venv121\\Lib\\site-packages\\azure\\mgmt\\datalake\\analytics\\account\\models\\__init__.py'>