AmlFileSystemData Class

Definition

A class representing the AmlFileSystem data model. 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

public class AmlFileSystemData : Azure.ResourceManager.Models.TrackedResourceData
public class AmlFileSystemData : Azure.ResourceManager.Models.TrackedResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.StorageCache.AmlFileSystemData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.StorageCache.AmlFileSystemData>
type AmlFileSystemData = class
    inherit TrackedResourceData
type AmlFileSystemData = class
    inherit TrackedResourceData
    interface IJsonModel<AmlFileSystemData>
    interface IPersistableModel<AmlFileSystemData>
Public Class AmlFileSystemData
Inherits TrackedResourceData
Public Class AmlFileSystemData
Inherits TrackedResourceData
Implements IJsonModel(Of AmlFileSystemData), IPersistableModel(Of AmlFileSystemData)
Inheritance
Implements

Constructors

AmlFileSystemData(AzureLocation)

Initializes a new instance of AmlFileSystemData.

Properties

ClientInfo

Client information for 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.

Id

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

(Inherited from ResourceData)
Identity

The managed identity used by the AML file system, if configured. Current supported identity types: None, UserAssigned.

KeyEncryptionKey

Specifies the location of the encryption key in Key Vault.

Location

The geo-location where the resource lives.

(Inherited from TrackedResourceData)
MaintenanceWindow

Start time of a 30-minute weekly maintenance window.

Name

The name of the resource.

(Inherited from ResourceData)
ProvisioningState

ARM provisioning state.

ResourceType

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

(Inherited from ResourceData)
RootSquashSettings

Specifies root squash settings of the AML file system.

SkuName

SKU name for this resource.

StorageCapacityTiB

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

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
Tags

Resource tags.

(Inherited from TrackedResourceData)
ThroughputProvisionedMBps

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

Zones

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

Explicit Interface Implementations

IJsonModel<AmlFileSystemData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<AmlFileSystemData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AmlFileSystemData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AmlFileSystemData>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<AmlFileSystemData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to