你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Backup 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
Backup()
初始化 Backup 类的新实例。
public Backup ();
Public Sub New ()
适用于
Backup(DateTime, Int64, IList<BackupElement>, String, String, String, Nullable<Kind>, Nullable<BackupType>, Nullable<BackupJobCreationType>, String, String)
初始化 Backup 类的新实例。
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)
参数
- createdOn
- DateTime
创建备份的时间。
- sizeInBytes
- Int64
备份大小(以字节为单位)。
- elements
- IList<BackupElement>
备份元素。
- id
- String
唯一标识对象的路径 ID。
- name
- String
对象的名称。
- type
- String
对象的分层类型。
- backupType
- Nullable<BackupType>
备份的类型。 可能的值包括:“LocalSnapshot”、“CloudSnapshot”
- backupJobCreationType
- Nullable<BackupJobCreationType>
备份作业创建类型。 可能的值包括:“Adhoc”、“BySchedule”、“BySSM”
- backupPolicyId
- String
备份策略的路径 ID。
- ssmHostName
- String
StorSimple Snapshot Manager 主机名。