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() | |
BackupElement(String, String, String, Int64, String, String, Nullable<VolumeType>) |
BackupElement()
public BackupElement ();
Public Sub New ()
Applies to
BackupElement(String, String, String, Int64, String, String, Nullable<VolumeType>)
public BackupElement (string elementId, string elementName, string elementType, long sizeInBytes, string volumeName, string volumeContainerId, Microsoft.Azure.Management.StorSimple.Fluent.Models.VolumeType? volumeType = default);
new Microsoft.Azure.Management.StorSimple.Fluent.Models.BackupElement : string * string * string * int64 * string * string * Nullable<Microsoft.Azure.Management.StorSimple.Fluent.Models.VolumeType> -> Microsoft.Azure.Management.StorSimple.Fluent.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
- elementName
- String
- elementType
- String
- sizeInBytes
- Int64
- volumeName
- String
- volumeContainerId
- String
- volumeType
- Nullable<VolumeType>
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET