Description | : Lists the Data Lake Store accounts within the subscription. The response includes a link to the next page of results, if any. |
Reference | : Link ¶ |
⚼ Request
GET:
/subscriptions/{subscriptionId}/providers/Microsoft.DataLakeStore/accounts
{
subscriptionId:
string
,
$filter:
string
,
$top:
integer
,
$skip:
integer
,
$select:
string
,
$orderby:
string
,
$count:
boolean
,
api-version:
string
,
}
⚐ Response (200)
{
value:
[
]
,
{
,
properties:
}
{
,
accountId:
string
,
provisioningState:
enum
,
state:
enum
,
creationTime:
string
,
lastModifiedTime:
string
,
endpoint:
string
,
}
nextLink:
string
,
}