Description | : Lists all shares. |
Reference | : Link ¶ |
⚶ Changes
{ "#id": "FileShares_List", "$responses": { "200": { "$properties": { "value": { "$properties": { "properties": [ { "#name": "nextAllowedQuotaDowngradeTime", "Format": { "new": "date-time-rfc1123", "old": "date-time" } }, { "#name": "nextAllowedProvisionedIopsDowngradeTime", "Format": { "new": "date-time-rfc1123", "old": "date-time" } }, { "#name": "nextAllowedProvisionedBandwidthDowngradeTime", "Format": { "new": "date-time-rfc1123", "old": "date-time" } } ] } } } } } }
⚼ Request
GET:
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/fileServices/default/shares
{
resourceGroupName:
string
,
accountName:
string
,
api-version:
string
,
subscriptionId:
string
,
$maxpagesize:
string
,
$filter:
string
,
$expand:
string
,
}
⚐ Response (200)
{
value:
[
]
,
{
,
properties:
}
{
,
lastModifiedTime:
string
,
metadata:
object
,
shareQuota:
integer
,
provisionedIops:
integer
,
provisionedBandwidthMibps:
integer
,
includedBurstIops:
integer
,
maxBurstCreditsForIops:
integer
,
nextAllowedQuotaDowngradeTime:
string
,
nextAllowedProvisionedIopsDowngradeTime:
string
,
nextAllowedProvisionedBandwidthDowngradeTime:
string
,
enabledProtocols:
enum
,
rootSquash:
enum
,
version:
string
,
deleted:
boolean
,
deletedTime:
string
,
remainingRetentionDays:
integer
,
accessTier:
enum
,
accessTierChangeTime:
string
,
accessTierStatus:
string
,
shareUsageBytes:
integer
,
leaseStatus:
enum
,
leaseState:
enum
,
leaseDuration:
enum
,
signedIdentifiers:
[
]
,
{
,
id:
string
,
accessPolicy:
}
{
,
startTime:
string
,
expiryTime:
string
,
permission:
string
,
}
snapshotTime:
string
,
fileSharePaidBursting:
}
{
,
paidBurstingEnabled:
boolean
,
paidBurstingMaxIops:
integer
,
paidBurstingMaxBandwidthMibps:
integer
,
}
nextLink:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
}
[
,
string
,
]