Backup Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
Backup() | |
Backup(DateTime, Int64, IList<BackupElement>, String, String, String, Nullable<Kind>, Nullable<BackupType>, Nullable<BackupJobCreationType>, String, String) |
Backup()
public Backup();
Public Sub New ()
Gilt für:
Backup(DateTime, Int64, IList<BackupElement>, String, String, String, Nullable<Kind>, Nullable<BackupType>, Nullable<BackupJobCreationType>, String, String)
public Backup(DateTime createdOn, long sizeInBytes, System.Collections.Generic.IList<Microsoft.Azure.Management.StorSimple.Fluent.Models.BackupElement> elements, string id = default, string name = default, string type = default, Microsoft.Azure.Management.StorSimple.Fluent.Models.Kind? kind = default, Microsoft.Azure.Management.StorSimple.Fluent.Models.BackupType? backupType = default, Microsoft.Azure.Management.StorSimple.Fluent.Models.BackupJobCreationType? backupJobCreationType = default, string backupPolicyId = default, string ssmHostName = default);
new Microsoft.Azure.Management.StorSimple.Fluent.Models.Backup : DateTime * int64 * System.Collections.Generic.IList<Microsoft.Azure.Management.StorSimple.Fluent.Models.BackupElement> * string * string * string * Nullable<Microsoft.Azure.Management.StorSimple.Fluent.Models.Kind> * Nullable<Microsoft.Azure.Management.StorSimple.Fluent.Models.BackupType> * Nullable<Microsoft.Azure.Management.StorSimple.Fluent.Models.BackupJobCreationType> * string * string -> Microsoft.Azure.Management.StorSimple.Fluent.Models.Backup
Public Sub New (createdOn As DateTime, sizeInBytes As Long, elements As IList(Of BackupElement), Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional kind As Nullable(Of Kind) = Nothing, Optional backupType As Nullable(Of BackupType) = Nothing, Optional backupJobCreationType As Nullable(Of BackupJobCreationType) = Nothing, Optional backupPolicyId As String = Nothing, Optional ssmHostName As String = Nothing)
Parameter
- createdOn
- DateTime
- sizeInBytes
- Int64
- elements
- IList<BackupElement>
- id
- String
- name
- String
- type
- String
- backupType
- Nullable<BackupType>
- backupJobCreationType
- Nullable<BackupJobCreationType>
- backupPolicyId
- String
- ssmHostName
- String
Gilt für:
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for .NET