CommvaultBackupSchedule Class
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.
A Commvault Plan Schedule Model.
public class CommvaultBackupSchedule : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.CommvaultContentStore.Models.CommvaultBackupSchedule>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.CommvaultContentStore.Models.CommvaultBackupSchedule>
type CommvaultBackupSchedule = class
interface IJsonModel<CommvaultBackupSchedule>
interface IPersistableModel<CommvaultBackupSchedule>
Public Class CommvaultBackupSchedule
Implements IJsonModel(Of CommvaultBackupSchedule), IPersistableModel(Of CommvaultBackupSchedule)
- Inheritance
-
CommvaultBackupSchedule
- Implements
Constructors
| Name | Description |
|---|---|
| CommvaultBackupSchedule(CommvaultBackupType) |
Initializes a new instance of CommvaultBackupSchedule. |
Properties
| Name | Description |
|---|---|
| BackupType |
Type of Backup. |
| DayOfMonth |
Day of the month. |
| DayOfWeek |
Day of the week. |
| Frequency |
Frequency of Retention. |
| MonthOfYear |
Month of the year. |
| RunsEvery |
Interval of Retention. |
| Time |
Time of Retention. |
| TimeZone |
Time Zone. |
| WeeklyDays |
Weekly Days List. |
| WeekOfMonth |
Week of the month. |