RosBackupPlanProps
Properties for defining a RosBackupPlan
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-dbs-backupplan
Initializer
using AlibabaCloud.SDK.ROS.CDK.Dbs;
new RosBackupPlanProps {
object BackupPlanId,
object RefreshOptions = null
};
Properties
Name | Type | Description |
---|---|---|
BackupPlanId |
object |
No description. |
RefreshOptions |
object |
No description. |
BackupPlanId
Required
public object BackupPlanId { get; set; }
- Type: object
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object