Condividi tramite


AmlFilesystemArchive Class

Definition

Information about the AML file system archive

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.AmlFilesystemArchiveTypeConverter))]
public class AmlFilesystemArchive : Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.IAmlFilesystemArchive
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.AmlFilesystemArchiveTypeConverter))>]
type AmlFilesystemArchive = class
    interface IAmlFilesystemArchive
    interface IJsonSerializable
Public Class AmlFilesystemArchive
Implements IAmlFilesystemArchive
Inheritance
AmlFilesystemArchive
Attributes
Implements

Constructors

AmlFilesystemArchive()

Creates an new AmlFilesystemArchive instance.

Properties

FilesystemPath

Lustre file system path to archive relative to the file system root. Specify '/' to archive all modified data.

StatusErrorCode

Server-defined error code for the archive operation

StatusErrorMessage

Server-defined error message for the archive operation

StatusLastCompletionTime

The time of the last completed archive operation

StatusLastStartedTime

The time the latest archive operation started

StatusPercentComplete

The completion percentage of the archive operation

StatusState

The state of the archive operation

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AmlFilesystemArchive.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AmlFilesystemArchive.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.IAmlFilesystemArchive.

FromJsonString(String)

Creates a new instance of AmlFilesystemArchive, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of AmlFilesystemArchive into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to