RosBackupPlansProps
Properties for defining a RosBackupPlans.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-dbs-backupplans
Initializer
using AlibabaCloud.SDK.ROS.CDK.Dbs;
new RosBackupPlansProps {
object BackupPlanId = null,
object BackupPlanName = null,
object RefreshOptions = null,
object ResourceGroupId = null
};
Properties
| Name | Type | Description |
|---|---|---|
BackupPlanId |
object |
No description. |
BackupPlanName |
object |
No description. |
RefreshOptions |
object |
No description. |
ResourceGroupId |
object |
No description. |
BackupPlanIdOptional
public object BackupPlanId { get; set; }
- Type: object
BackupPlanNameOptional
public object BackupPlanName { get; set; }
- Type: object
RefreshOptionsOptional
public object RefreshOptions { get; set; }
- Type: object
ResourceGroupIdOptional
public object ResourceGroupId { get; set; }
- Type: object