AmlFilesystemProperties interface
Properties of the AML file system.
Properties
| client |
Client information for the AML file system. |
| cluster |
The unique identifier of the AML file system cluster. |
| current |
The current storage capacity of the AML file system, in TiB. This reflects the actual capacity including any expansions. |
| encryption |
Specifies encryption settings of the AML file system. |
| filesystem |
Subnet used for managing the AML file system and for client-facing operations. This subnet should have at least a /24 subnet mask within the VNET's address space. |
| health | Health of the AML file system. |
| hsm | Hydration and archive settings and status |
| maintenance |
Start time of a 30-minute weekly maintenance window. |
| provisioning |
ARM provisioning state. |
| root |
Specifies root squash settings of the AML file system. |
| storage |
The size of the AML file system, in TiB. This might be rounded up. |
| throughput |
Throughput provisioned in MB per sec, calculated as storageCapacityTiB * per-unit storage throughput |
Property Details
clientInfo
Client information for the AML file system.
clientInfo?: AmlFilesystemClientInfo
Property Value
clusterUuid
The unique identifier of the AML file system cluster.
clusterUuid?: string
Property Value
string
currentStorageCapacityTiB
The current storage capacity of the AML file system, in TiB. This reflects the actual capacity including any expansions.
currentStorageCapacityTiB?: number
Property Value
number
encryptionSettings
Specifies encryption settings of the AML file system.
encryptionSettings?: AmlFilesystemEncryptionSettings
Property Value
filesystemSubnet
Subnet used for managing the AML file system and for client-facing operations. This subnet should have at least a /24 subnet mask within the VNET's address space.
filesystemSubnet: string
Property Value
string
health
hsm
Hydration and archive settings and status
hsm?: AmlFilesystemPropertiesHsm
Property Value
maintenanceWindow
Start time of a 30-minute weekly maintenance window.
maintenanceWindow: AmlFilesystemPropertiesMaintenanceWindow
Property Value
provisioningState
ARM provisioning state.
provisioningState?: string
Property Value
string
rootSquashSettings
Specifies root squash settings of the AML file system.
rootSquashSettings?: AmlFilesystemRootSquashSettings
Property Value
storageCapacityTiB
The size of the AML file system, in TiB. This might be rounded up.
storageCapacityTiB: number
Property Value
number
throughputProvisionedMBps
Throughput provisioned in MB per sec, calculated as storageCapacityTiB * per-unit storage throughput
throughputProvisionedMBps?: number
Property Value
number