BackupPolicyDetails.BackupSchedules Property
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.
Required. The backup schedules under this backup policy.
public System.Collections.Generic.IList<Microsoft.WindowsAzure.Management.StorSimple.Models.BackupScheduleDetails> BackupSchedules { get; set; }
member this.BackupSchedules : System.Collections.Generic.IList<Microsoft.WindowsAzure.Management.StorSimple.Models.BackupScheduleDetails> with get, set
Public Property BackupSchedules As IList(Of BackupScheduleDetails)