AmlFileSystemArchiveStatus 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.
The status of the archive.
public class AmlFileSystemArchiveStatus : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.StorageCache.Models.AmlFileSystemArchiveStatus>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.StorageCache.Models.AmlFileSystemArchiveStatus>
type AmlFileSystemArchiveStatus = class
interface IJsonModel<AmlFileSystemArchiveStatus>
interface IPersistableModel<AmlFileSystemArchiveStatus>
Public Class AmlFileSystemArchiveStatus
Implements IJsonModel(Of AmlFileSystemArchiveStatus), IPersistableModel(Of AmlFileSystemArchiveStatus)
- Inheritance
-
AmlFileSystemArchiveStatus
- Implements
Properties
ErrorCode |
Server-defined error code for the archive operation. |
ErrorMessage |
Server-defined error message for the archive operation. |
LastCompletionOn |
The time of the last completed archive operation. |
LastStartedOn |
The time the latest archive operation started. |
PercentComplete |
The completion percentage of the archive operation. |
State |
The state of the archive operation. |
Explicit Interface Implementations
IJsonModel<AmlFileSystemArchiveStatus>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<AmlFileSystemArchiveStatus>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<AmlFileSystemArchiveStatus>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<AmlFileSystemArchiveStatus>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<AmlFileSystemArchiveStatus>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET