BackupElement Constructors
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.
Overloads
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. |
BackupElement()
Initializes a new instance of the BackupElement class.
public BackupElement ();
Public Sub New ()
Applies to
BackupElement(String, String, String, Int64, String, String, Nullable<VolumeType>)
Initializes a new instance of the BackupElement class.
public BackupElement (string elementId, string elementName, string elementType, long sizeInBytes, string volumeName, string volumeContainerId, Microsoft.Azure.Management.StorSimple8000Series.Models.VolumeType? volumeType = default);
new Microsoft.Azure.Management.StorSimple8000Series.Models.BackupElement : string * string * string * int64 * string * string * Nullable<Microsoft.Azure.Management.StorSimple8000Series.Models.VolumeType> -> Microsoft.Azure.Management.StorSimple8000Series.Models.BackupElement
Public Sub New (elementId As String, elementName As String, elementType As String, sizeInBytes As Long, volumeName As String, volumeContainerId As String, Optional volumeType As Nullable(Of VolumeType) = Nothing)
Parameters
- elementId
- String
The path ID that uniquely identifies the backup element.
- elementName
- String
The name of the backup element.
- elementType
- String
The hierarchical type of the backup element.
- sizeInBytes
- Int64
The size in bytes.
- volumeName
- String
The name of the volume.
- volumeContainerId
- String
The path ID of the volume container.
- volumeType
- Nullable<VolumeType>
The volume type. Possible values include: 'Tiered', 'Archival', 'LocallyPinned'
Applies to
Azure SDK for .NET