BackupPolicyInner 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
BackupPolicyInner()
public BackupPolicyInner ();
Public Sub New ()
Applies to
BackupPolicyInner(IList<String>, String, String, String, Nullable<Kind>, Nullable<DateTime>, Nullable<DateTime>, Nullable<Int64>, Nullable<ScheduledBackupStatus>, Nullable<BackupPolicyCreationType>, String)
public BackupPolicyInner (System.Collections.Generic.IList<string> volumeIds, string id = default, string name = default, string type = default, Microsoft.Azure.Management.StorSimple.Fluent.Models.Kind? kind = default, DateTime? nextBackupTime = default, DateTime? lastBackupTime = default, long? schedulesCount = default, Microsoft.Azure.Management.StorSimple.Fluent.Models.ScheduledBackupStatus? scheduledBackupStatus = default, Microsoft.Azure.Management.StorSimple.Fluent.Models.BackupPolicyCreationType? backupPolicyCreationType = default, string ssmHostName = default);
new Microsoft.Azure.Management.StorSimple.Fluent.Models.BackupPolicyInner : System.Collections.Generic.IList<string> * string * string * string * Nullable<Microsoft.Azure.Management.StorSimple.Fluent.Models.Kind> * Nullable<DateTime> * Nullable<DateTime> * Nullable<int64> * Nullable<Microsoft.Azure.Management.StorSimple.Fluent.Models.ScheduledBackupStatus> * Nullable<Microsoft.Azure.Management.StorSimple.Fluent.Models.BackupPolicyCreationType> * string -> Microsoft.Azure.Management.StorSimple.Fluent.Models.BackupPolicyInner
Public Sub New (volumeIds As IList(Of String), Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional kind As Nullable(Of Kind) = Nothing, Optional nextBackupTime As Nullable(Of DateTime) = Nothing, Optional lastBackupTime As Nullable(Of DateTime) = Nothing, Optional schedulesCount As Nullable(Of Long) = Nothing, Optional scheduledBackupStatus As Nullable(Of ScheduledBackupStatus) = Nothing, Optional backupPolicyCreationType As Nullable(Of BackupPolicyCreationType) = Nothing, Optional ssmHostName As String = Nothing)
Parameters
- id
- String
- name
- String
- type
- String
- scheduledBackupStatus
- Nullable<ScheduledBackupStatus>
- backupPolicyCreationType
- Nullable<BackupPolicyCreationType>
- ssmHostName
- String
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET