BackupScheduleInner 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
BackupScheduleInner() | |
BackupScheduleInner(ScheduleRecurrence, BackupType, Int64, DateTime, ScheduleStatus, String, String, String, Nullable<Kind>, Nullable<DateTime>) |
BackupScheduleInner()
public BackupScheduleInner ();
Public Sub New ()
Applies to
BackupScheduleInner(ScheduleRecurrence, BackupType, Int64, DateTime, ScheduleStatus, String, String, String, Nullable<Kind>, Nullable<DateTime>)
public BackupScheduleInner (Microsoft.Azure.Management.StorSimple.Fluent.Models.ScheduleRecurrence scheduleRecurrence, Microsoft.Azure.Management.StorSimple.Fluent.Models.BackupType backupType, long retentionCount, DateTime startTime, Microsoft.Azure.Management.StorSimple.Fluent.Models.ScheduleStatus scheduleStatus, string id = default, string name = default, string type = default, Microsoft.Azure.Management.StorSimple.Fluent.Models.Kind? kind = default, DateTime? lastSuccessfulRun = default);
new Microsoft.Azure.Management.StorSimple.Fluent.Models.BackupScheduleInner : Microsoft.Azure.Management.StorSimple.Fluent.Models.ScheduleRecurrence * Microsoft.Azure.Management.StorSimple.Fluent.Models.BackupType * int64 * DateTime * Microsoft.Azure.Management.StorSimple.Fluent.Models.ScheduleStatus * string * string * string * Nullable<Microsoft.Azure.Management.StorSimple.Fluent.Models.Kind> * Nullable<DateTime> -> Microsoft.Azure.Management.StorSimple.Fluent.Models.BackupScheduleInner
Public Sub New (scheduleRecurrence As ScheduleRecurrence, backupType As BackupType, retentionCount As Long, startTime As DateTime, scheduleStatus As ScheduleStatus, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional kind As Nullable(Of Kind) = Nothing, Optional lastSuccessfulRun As Nullable(Of DateTime) = Nothing)
Parameters
- scheduleRecurrence
- ScheduleRecurrence
- backupType
- BackupType
- retentionCount
- Int64
- startTime
- DateTime
- scheduleStatus
- ScheduleStatus
- id
- String
- name
- String
- type
- String
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET