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() | |
Backup(DateTime, Int64, IList<BackupElement>, String, String, String, Nullable<Kind>, Nullable<BackupType>, Nullable<BackupJobCreationType>, String, String) |
Backup()
public Backup ();
Public Sub New ()
Applies to
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)
Parameters
- createdOn
- DateTime
- sizeInBytes
- Int64
- elements
- IList<BackupElement>
- id
- String
- name
- String
- type
- String
- backupType
- Nullable<BackupType>
- backupJobCreationType
- Nullable<BackupJobCreationType>
- backupPolicyId
- String
- ssmHostName
- String
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET