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에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET