RosApplicationsProps
Properties for defining a RosApplications
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-edas-applications
Initializer
using AlibabaCloud.SDK.ROS.CDK.Edas;
new RosApplicationsProps {
object AppName = null,
object ClusterId = null,
object LogicalRegionId = null,
object RefreshOptions = null,
object ResourceGroupId = null
};
Properties
Name | Type | Description |
---|---|---|
AppName |
object |
No description. |
ClusterId |
object |
No description. |
LogicalRegionId |
object |
No description. |
RefreshOptions |
object |
No description. |
ResourceGroupId |
object |
No description. |
AppName
Optional
public object AppName { get; set; }
- Type: object
ClusterId
Optional
public object ClusterId { get; set; }
- Type: object
LogicalRegionId
Optional
public object LogicalRegionId { get; set; }
- Type: object
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object
ResourceGroupId
Optional
public object ResourceGroupId { get; set; }
- Type: object