BackupScheduleInner Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
BackupScheduleInner() | |
BackupScheduleInner(ScheduleRecurrence, BackupType, Int64, DateTime, ScheduleStatus, String, String, String, Nullable<Kind>, Nullable<DateTime>) |
BackupScheduleInner()
public BackupScheduleInner ();
Public Sub New ()
Se aplica a
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)
Parámetros
- scheduleRecurrence
- ScheduleRecurrence
- backupType
- BackupType
- retentionCount
- Int64
- startTime
- DateTime
- scheduleStatus
- ScheduleStatus
- id
- String
- name
- String
- type
- String
Se aplica a
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for .NET