Bagikan melalui


BackupElement Constructors

Definition

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