AmlFileSystemArchive Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Information about the AML file system archive.
public class AmlFileSystemArchive : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.StorageCache.Models.AmlFileSystemArchive>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.StorageCache.Models.AmlFileSystemArchive>
type AmlFileSystemArchive = class
interface IJsonModel<AmlFileSystemArchive>
interface IPersistableModel<AmlFileSystemArchive>
Public Class AmlFileSystemArchive
Implements IJsonModel(Of AmlFileSystemArchive), IPersistableModel(Of AmlFileSystemArchive)
- Inheritance
-
AmlFileSystemArchive
- Implements
Properties
FilesystemPath |
Lustre file system path to archive relative to the file system root. Specify '/' to archive all modified data. |
Status |
The status of the archive. |
Explicit Interface Implementations
IJsonModel<AmlFileSystemArchive>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<AmlFileSystemArchive>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<AmlFileSystemArchive>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<AmlFileSystemArchive>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<AmlFileSystemArchive>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET