Skip to content

RosDomainProps

Properties for defining a RosDomain.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-dns-domain

Initializer

using AlibabaCloud.SDK.ROS.CDK.Dns;
new RosDomainProps {
    object DomainName,
    object GroupId = null,
    object ResourceGroupId = null,
    TagsProperty[] Tags = null
};

Properties

Name Type Description
DomainName object No description.
GroupId object No description.
ResourceGroupId object No description.
Tags TagsProperty[] No description.

DomainNameRequired

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

GroupIdOptional

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

ResourceGroupIdOptional

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

TagsOptional

public TagsProperty[] Tags { get; set; }