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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET