BackupElement 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 backup element.
public class BackupElement
type BackupElement = class
Public Class BackupElement
- Inheritance
-
BackupElement
Constructors
BackupElement() |
Initializes a new instance of the BackupElement class. |
BackupElement(String, String, String, Int64, String, String, Nullable<VolumeType>) |
Initializes a new instance of the BackupElement class. |
Properties
ElementId |
Gets or sets the path ID that uniquely identifies the backup element. |
ElementName |
Gets or sets the name of the backup element. |
ElementType |
Gets or sets the hierarchical type of the backup element. |
SizeInBytes |
Gets or sets the size in bytes. |
VolumeContainerId |
Gets or sets the path ID of the volume container. |
VolumeName |
Gets or sets the name of the volume. |
VolumeType |
Gets or sets the volume type. Possible values include: 'Tiered', 'Archival', 'LocallyPinned' |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET