次の方法で共有


IAmlFilesystemProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.AmlFilesystemPropertiesTypeConverter))]
public interface IAmlFilesystemProperties : Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.AmlFilesystemPropertiesTypeConverter))>]
type IAmlFilesystemProperties = interface
    interface IJsonSerializable
Public Interface IAmlFilesystemProperties
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

ClientInfoLustreVersion

The version of Lustre running in the AML file system

ClientInfoMgsAddress

The IPv4 address used by clients to mount the AML file system's Lustre Management Service (MGS).

ClientInfoMountCommand

Recommended command to mount the AML file system

ContainerStorageInterfacePersistentVolume

Recommended AKS Persistent Volume for the CSI driver, in Base64 encoded YAML

ContainerStorageInterfacePersistentVolumeClaim

Recommended AKS Persistent Volume Claim for the CSI driver, in Base64 encoded YAML

ContainerStorageInterfaceStorageClass

Recommended AKS Storage Class for the CSI driver, in Base64 encoded YAML

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.

HealthState

List of AML file system health states.

HealthStatusCode

Server-defined error code for the AML file system health

HealthStatusDescription

Describes the health state.

HsmArchiveStatus

Archive status

KeyEncryptionKeyUrl

The URL referencing a key encryption key in key vault.

MaintenanceWindowDayOfWeek

Day of the week on which the maintenance window will occur.

MaintenanceWindowTimeOfDayUtc

The time of day (in UTC) to start the maintenance window.

ProvisioningState

ARM provisioning state.

SettingContainer

Resource ID of storage container used for hydrating the namespace and archiving from the namespace. The resource provider must have permission to create SAS tokens on the storage account.

SettingImportPrefix

Only blobs in the non-logging container that start with this path/prefix get hydrated into the cluster namespace.

SettingLoggingContainer

Resource ID of storage container used for logging events and errors. Must be a separate container in the same storage account as the hydration and archive container. The resource provider must have permission to create SAS tokens on the storage account.

SourceVaultId

Resource Id.

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

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to