Description | : List filesystems and their properties in given account. |
Reference | : Link ¶ |
⚼ Request
GET:
/
{
resource:
string
,
prefix:
string
,
continuation:
string
,
maxResults:
integer
,
x-ms-client-request-id:
string
,
timeout:
integer
,
x-ms-version:
string
,
}
⚐ Response (200)
{
$headers:
{
,
date:
string
,
x-ms-request-id:
string
,
x-ms-version:
string
,
x-ms-continuation:
string
,
content-type:
string
,
}
$schema:
}
{
,
filesystems:
}
[
]
,
{
,
name:
string
,
lastModified:
string
,
eTag:
string
,
}
⚐ Response (default)
{
$headers:
{
,
x-ms-error-code:
string
,
}
$schema:
}
{
,
error:
}
{
,
Code:
string
,
Message:
string
,
}