Class DeleteFileSystemWindowsResponse
The response object for the Microsoft Windows file system used in the DeleteFileSystem
operation.
public class DeleteFileSystemWindowsResponse
- Inheritance
-
DeleteFileSystemWindowsResponse
- Inherited Members
Constructors
DeleteFileSystemWindowsResponse()
public DeleteFileSystemWindowsResponse()
Properties
FinalBackupId
Gets and sets the property FinalBackupId.
The ID of the final backup for this file system.
public string FinalBackupId { get; set; }
Property Value
FinalBackupTags
Gets and sets the property FinalBackupTags.
The set of tags applied to the final backup.
public List<Tag> FinalBackupTags { get; set; }