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. NOTE: This property will not be serialized. It can only be populated by the server.

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. NOTE: This property will not be serialized. It can only be populated by the server.

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. NOTE: This property will not be serialized. It can only be populated by the server.

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 NOTE: This property will not be serialized. It can only be populated by the server.

zones

Availability zones for resources. This field should only contain a single element in the array.

Inherited Properties

id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} NOTE: This property will not be serialized. It can only be populated by the server.

location

The geo-location where the resource lives

name

The name of the resource NOTE: This property will not be serialized. It can only be populated by the server.

systemData

Azure Resource Manager metadata containing createdBy and modifiedBy information. NOTE: This property will not be serialized. It can only be populated by the server.

tags

Resource tags.

type

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

clientInfo

Client information for the AML file system. NOTE: This property will not be serialized. It can only be populated by the server.

clientInfo?: AmlFilesystemClientInfo

Property Value

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. NOTE: This property will not be serialized. It can only be populated by the server.

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. NOTE: This property will not be serialized. It can only be populated by the server.

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 NOTE: This property will not be serialized. It can only be populated by the server.

throughputProvisionedMBps?: number

Property Value

number

zones

Availability zones for resources. This field should only contain a single element in the array.

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} NOTE: This property will not be serialized. It can only be populated by the server.

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 NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

Property Value

string

Inherited From TrackedResource.name

systemData

Azure Resource Manager metadata containing createdBy and modifiedBy information. NOTE: This property will not be serialized. It can only be populated by the server.

systemData?: SystemData

Property Value

Inherited From TrackedResource.systemData

tags

Resource tags.

tags?: {[propertyName: string]: string}

Property Value

{[propertyName: string]: string}

Inherited From TrackedResource.tags

type

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server.

type?: string

Property Value

string

Inherited From TrackedResource.type