Condividi tramite


IAmlFilesystem Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.AmlFilesystemTypeConverter))]
public interface IAmlFilesystem : Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api30.ITrackedResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.AmlFilesystemTypeConverter))>]
type IAmlFilesystem = interface
    interface IJsonSerializable
    interface ITrackedResource
    interface IResource
Public Interface IAmlFilesystem
Implements ITrackedResource
Derived
Attributes
Implements

Properties

AzureAsyncOperation
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

Id

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

(Inherited from IResource)
IdentityPrincipalId

The principal ID for the user-assigned identity of the resource.

IdentityTenantId

The tenant ID associated with the resource.

IdentityType

The type of identity used for the resource.

IdentityUserAssignedIdentity

A dictionary where each key is a user assigned identity resource ID, and each key's value is an empty dictionary.

KeyEncryptionKeyUrl

The URL referencing a key encryption key in key vault.

Location

The geo-location where the resource lives

(Inherited from ITrackedResource)
MaintenanceWindowDayOfWeek

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

MaintenanceWindowTimeOfDayUtc

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

Name

The name of the resource

(Inherited from IResource)
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.

SkuName

SKU name for this resource.

SourceVaultId

Resource Id.

StorageCapacityTiB

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

SystemDataCreatedAt

The timestamp of resource creation (UTC).

(Inherited from IResource)
SystemDataCreatedBy

The identity that created the resource.

(Inherited from IResource)
SystemDataCreatedByType

The type of identity that created the resource.

(Inherited from IResource)
SystemDataLastModifiedAt

The timestamp of resource last modification (UTC)

(Inherited from IResource)
SystemDataLastModifiedBy

The identity that last modified the resource.

(Inherited from IResource)
SystemDataLastModifiedByType

The type of identity that last modified the resource.

(Inherited from IResource)
Tag

Resource tags.

(Inherited from ITrackedResource)
ThroughputProvisionedMBps

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

Type

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

(Inherited from IResource)
Zone

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

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to