Skip to content

RosConfigurationProps

Properties for defining a RosConfiguration.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-acm-configuration

Initializer

using AlibabaCloud.SDK.ROS.CDK.Acm;
new RosConfigurationProps {
    object Content,
    object DataId,
    object NamespaceId,
    object AppName = null,
    object Desc = null,
    object Group = null,
    string Tags = null,
    object Type = null
};

Properties

Name Type Description
Content object No description.
DataId object No description.
NamespaceId object No description.
AppName object No description.
Desc object No description.
Group object No description.
Tags string No description.
Type object No description.

ContentRequired

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

DataIdRequired

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

NamespaceIdRequired

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

AppNameOptional

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

DescOptional

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

GroupOptional

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

TagsOptional

public string Tags { get; set; }
  • Type: string

TypeOptional

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