Description | : Returns all AML file systems the user has access to under a subscription. |
Reference | : Link ¶ |
⚼ Request
GET:
/subscriptions/{subscriptionId}/providers/Microsoft.StorageCache/amlFilesystems
{
api-version:
string
,
subscriptionId:
string
,
}
⚐ Response (200)
{
nextLink:
string
,
value:
}
[
]
,
{
,
identity:
{
,
principalId:
string
,
tenantId:
string
,
type:
enum
,
userAssignedIdentities:
object
,
}
sku:
{
,
name:
string
,
}
zones:
[
,
string
,
]
properties:
}
{
,
storageCapacityTiB:
number
,
health:
{
,
state:
enum
,
statusCode:
string
,
statusDescription:
string
,
}
provisioningState:
enum
,
filesystemSubnet:
string
,
clientInfo:
{
,
mgsAddress:
string
,
mountCommand:
string
,
lustreVersion:
string
,
containerStorageInterface:
}
{
,
persistentVolumeClaim:
string
,
persistentVolume:
string
,
storageClass:
string
,
}
throughputProvisionedMBps:
integer
,
encryptionSettings:
{
,
keyEncryptionKey:
}
{
,
keyUrl:
string
,
sourceVault:
}
{
,
id:
string
,
}
maintenanceWindow:
{
,
dayOfWeek:
enum
,
timeOfDayUTC:
string
,
}
hsm:
{
,
settings:
{
,
container:
string
,
loggingContainer:
string
,
importPrefix:
string
,
importPrefixesInitial:
}
[
,
string
,
]
archiveStatus:
}
[
]
,
{
,
filesystemPath:
string
,
status:
}
{
,
state:
enum
,
lastCompletionTime:
string
,
lastStartedTime:
string
,
percentComplete:
integer
,
errorCode:
string
,
errorMessage:
string
,
}
rootSquashSettings:
}
{
,
mode:
enum
,
noSquashNidLists:
string
,
squashUID:
integer
,
squashGID:
integer
,
status:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
details:
[
,
string
,
]
message:
string
,
target:
string
,
}