Backup 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
Backup() |
Initializes a new instance of the Backup class. |
Backup(DateTime, Int64, IList<BackupElement>, String, String, String, Nullable<Kind>, Nullable<BackupType>, Nullable<BackupJobCreationType>, String, String) |
Initializes a new instance of the Backup class. |
Backup()
Initializes a new instance of the Backup class.
public Backup ();
Public Sub New ()
Applies to
Backup(DateTime, Int64, IList<BackupElement>, String, String, String, Nullable<Kind>, Nullable<BackupType>, Nullable<BackupJobCreationType>, String, String)
Initializes a new instance of the Backup class.
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)
Parameters
- createdOn
- DateTime
The time when the backup was created.
- sizeInBytes
- Int64
The backup size in bytes.
- elements
- IList<BackupElement>
The backup elements.
- id
- String
The path ID that uniquely identifies the object.
- name
- String
The name of the object.
- type
- String
The hierarchical type of the object.
The Kind of the object. Currently only Series8000 is supported. Possible values include: 'Series8000'
- backupType
- Nullable<BackupType>
The type of the backup. Possible values include: 'LocalSnapshot', 'CloudSnapshot'
- backupJobCreationType
- Nullable<BackupJobCreationType>
The backup job creation type. Possible values include: 'Adhoc', 'BySchedule', 'BySSM'
- backupPolicyId
- String
The path ID of the backup policy.
- ssmHostName
- String
The StorSimple Snapshot Manager host name.