RosPatchBaselinesProps
Properties for defining a RosPatchBaselines.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-oos-patchbaselines
Initializer
using AlibabaCloud.SDK.ROS.CDK.Oos;
new RosPatchBaselinesProps {
object OperationSystem = null,
object PatchBaselineName = null,
object RefreshOptions = null,
object ShareType = null
};
Properties
| Name | Type | Description |
|---|---|---|
OperationSystem |
object |
No description. |
PatchBaselineName |
object |
No description. |
RefreshOptions |
object |
No description. |
ShareType |
object |
No description. |
OperationSystemOptional
public object OperationSystem { get; set; }
- Type: object
PatchBaselineNameOptional
public object PatchBaselineName { get; set; }
- Type: object
RefreshOptionsOptional
public object RefreshOptions { get; set; }
- Type: object
ShareTypeOptional
public object ShareType { get; set; }
- Type: object