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. |
BackupPlanId
Optional
public object BackupPlanId { get; set; }
- Type: object
BackupPlanName
Optional
public object BackupPlanName { get; set; }
- Type: object
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object
ResourceGroupId
Optional
public object ResourceGroupId { get; set; }
- Type: object