AmlFilesystemArchiveInfo 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 required to execute the archive operation
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.AmlFilesystemArchiveInfoTypeConverter))]
public class AmlFilesystemArchiveInfo : Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.IAmlFilesystemArchiveInfo
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.AmlFilesystemArchiveInfoTypeConverter))>]
type AmlFilesystemArchiveInfo = class
interface IAmlFilesystemArchiveInfo
interface IJsonSerializable
Public Class AmlFilesystemArchiveInfo
Implements IAmlFilesystemArchiveInfo
- Inheritance
-
AmlFilesystemArchiveInfo
- Attributes
- Implements
Constructors
AmlFilesystemArchiveInfo() |
Creates an new AmlFilesystemArchiveInfo instance. |
Properties
FilesystemPath |
Lustre file system path to archive relative to the file system root. Specify '/' to archive all modified data. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AmlFilesystemArchiveInfo. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AmlFilesystemArchiveInfo. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.IAmlFilesystemArchiveInfo. |
FromJsonString(String) |
Creates a new instance of AmlFilesystemArchiveInfo, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of AmlFilesystemArchiveInfo into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |