AmlFileSystemHsmSettings Class

Definition

AML file system HSM settings.

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

Constructors

AmlFileSystemHsmSettings(String, String)

Initializes a new instance of AmlFileSystemHsmSettings.

Properties

Container

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.

ImportPrefix

Only blobs in the non-logging container that start with this path/prefix get imported into the cluster namespace. This is only used during initial creation of the AML file system. It automatically creates an import job resource that can be deleted.

ImportPrefixesInitial

Only blobs in the non-logging container that start with one of the paths/prefixes in this array get imported into the cluster namespace. This is only used during initial creation of the AML file system and has '/' as the default value. It automatically creates an import job resource that can be deleted.

LoggingContainer

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.

Explicit Interface Implementations

IJsonModel<AmlFileSystemHsmSettings>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AmlFileSystemHsmSettings>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AmlFileSystemHsmSettings>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AmlFileSystemHsmSettings>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AmlFileSystemHsmSettings>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to