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() |
Initialisiert einen neuen instance der Backup-Klasse. |
Backup(DateTime, Int64, IList<BackupElement>, String, String, String, Nullable<Kind>, Nullable<BackupType>, Nullable<BackupJobCreationType>, String, String) |
Initialisiert einen neuen instance der Backup-Klasse. |
Backup()
Initialisiert einen neuen instance der Backup-Klasse.
public Backup();
Public Sub New ()
Gilt für:
Backup(DateTime, Int64, IList<BackupElement>, String, String, String, Nullable<Kind>, Nullable<BackupType>, Nullable<BackupJobCreationType>, String, String)
Initialisiert einen neuen instance der Backup-Klasse.
public Backup(DateTime createdOn, long sizeInBytes, System.Collections.Generic.IList<Microsoft.Azure.Management.StorSimple8000Series.Models.BackupElement> elements, string id = default, string name = default, string type = default, Microsoft.Azure.Management.StorSimple8000Series.Models.Kind? kind = default, Microsoft.Azure.Management.StorSimple8000Series.Models.BackupType? backupType = default, Microsoft.Azure.Management.StorSimple8000Series.Models.BackupJobCreationType? backupJobCreationType = default, string backupPolicyId = default, string ssmHostName = default);
new Microsoft.Azure.Management.StorSimple8000Series.Models.Backup : DateTime * int64 * System.Collections.Generic.IList<Microsoft.Azure.Management.StorSimple8000Series.Models.BackupElement> * string * string * string * Nullable<Microsoft.Azure.Management.StorSimple8000Series.Models.Kind> * Nullable<Microsoft.Azure.Management.StorSimple8000Series.Models.BackupType> * Nullable<Microsoft.Azure.Management.StorSimple8000Series.Models.BackupJobCreationType> * string * string -> Microsoft.Azure.Management.StorSimple8000Series.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
Der Zeitpunkt, zu dem die Sicherung erstellt wurde.
- sizeInBytes
- Int64
Die Sicherungsgröße in Byte.
- elements
- IList<BackupElement>
Die Sicherungselemente.
- id
- String
Die Pfad-ID, die das Objekt eindeutig identifiziert.
- name
- String
Der Name des Objekts.
- type
- String
Der hierarchische Typ des Objekts.
Die Art des Objekts. Derzeit wird nur Series8000 unterstützt. Mögliche Werte: 'Series8000'
- backupType
- Nullable<BackupType>
Der Typ der Sicherung. Mögliche Werte: "LocalSnapshot", "CloudSnapshot"
- backupJobCreationType
- Nullable<BackupJobCreationType>
Der Sicherungsauftragserstellungstyp. Mögliche Werte: "Adhoc", "BySchedule", "BySSM"
- backupPolicyId
- String
Die Pfad-ID der Sicherungsrichtlinie.
- ssmHostName
- String
Der Hostname des StorSimple Snapshot Manager.
Gilt für:
Azure SDK for .NET