AmlFilesystem interface

An AML file system instance. Follows Azure Resource Manager standards: https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/resource-api-reference.md

Extends

Properties

clientInfo

Client information for the AML file system.

clusterUuid

The unique identifier of the AML file system cluster.

currentStorageCapacityTiB

The current storage capacity of the AML file system, in TiB. This reflects the actual capacity including any expansions.

encryptionSettings

Specifies encryption settings of the AML file system.

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.

health

Health of the AML file system.

hsm

Hydration and archive settings and status

identity

The managed identity used by the AML file system, if configured.

maintenanceWindow

Start time of a 30-minute weekly maintenance window.

provisioningState

ARM provisioning state.

rootSquashSettings

Specifies root squash settings of the AML file system.

sku

SKU for the resource.

storageCapacityTiB

The size of the AML file system, in TiB. This might be rounded up.

throughputProvisionedMBps

Throughput provisioned in MB per sec, calculated as storageCapacityTiB * per-unit storage throughput

zones

The availability zones.

Inherited Properties

id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

location

The geo-location where the resource lives

name

The name of the resource

systemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

tags

Resource tags.

type

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

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

Health of the AML file system.

health?: AmlFilesystemHealth

Property Value

hsm

Hydration and archive settings and status

hsm?: AmlFilesystemPropertiesHsm

Property Value

identity

The managed identity used by the AML file system, if configured.

identity?: AmlFilesystemIdentity

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

sku

SKU for the resource.

sku?: SkuName

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

zones

The availability zones.

zones?: string[]

Property Value

string[]

Inherited Property Details

id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

id?: string

Property Value

string

Inherited From TrackedResource.id

location

The geo-location where the resource lives

location: string

Property Value

string

Inherited From TrackedResource.location

name

The name of the resource

name?: string

Property Value

string

Inherited From TrackedResource.name

systemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

systemData?: SystemData

Property Value

Inherited From TrackedResource.systemData

tags

Resource tags.

tags?: Record<string, string>

Property Value

Record<string, string>

Inherited From TrackedResource.tags

type

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

type?: string

Property Value

string

Inherited From TrackedResource.type