AmlFileSystemPropertiesHsm Class

Definition

Hydration and archive settings and status.

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

Constructors

AmlFileSystemPropertiesHsm()

Initializes a new instance of AmlFileSystemPropertiesHsm.

Properties

ArchiveStatus

Archive status.

Settings

Specifies HSM settings of the AML file system.

Explicit Interface Implementations

IJsonModel<AmlFileSystemPropertiesHsm>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AmlFileSystemPropertiesHsm>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AmlFileSystemPropertiesHsm>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AmlFileSystemPropertiesHsm>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AmlFileSystemPropertiesHsm>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to