AmlFileSystemHsmSettings Class

Definition

AML file system HSM settings.

public class AmlFileSystemHsmSettings
public class AmlFileSystemHsmSettings : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.StorageCache.Models.AmlFileSystemHsmSettings>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.StorageCache.Models.AmlFileSystemHsmSettings>
type AmlFileSystemHsmSettings = class
type AmlFileSystemHsmSettings = class
    interface IJsonModel<AmlFileSystemHsmSettings>
    interface IPersistableModel<AmlFileSystemHsmSettings>
Public Class 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 hydrated into the cluster namespace.

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