Skip to content

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.

AppNameOptional

public object AppName { get; set; }
  • Type: object

ClusterIdOptional

public object ClusterId { get; set; }
  • Type: object

LogicalRegionIdOptional

public object LogicalRegionId { get; set; }
  • Type: object

RefreshOptionsOptional

public object RefreshOptions { get; set; }
  • Type: object

ResourceGroupIdOptional

public object ResourceGroupId { get; set; }
  • Type: object