Gets the first page of Data Lake Analytics accounts, if any, within a specific resource group. This includes a link to the next page, if any.
Supports noop? false
Parameters
subscription_id(Optional[String[1]])
— Get subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
select(Optional[String[1]])
— OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.
value(Optional[String[1]])
— The results of the list operation.
orderby(Optional[String[1]])
— OrderBy clause. One or more comma-separated expressions with an optional 'asc' (the default) or 'desc' depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.
count(Optional[String[1]])
— The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.
api_version(Optional[String[1]])
— Client Api Version.
nextlink(Optional[String[1]])
— The link (url) to the next page of results.
resource_group_name(Optional[String[1]])
— The name of the Azure resource group.