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. |
DomainName
Required
public object DomainName { get; set; }
- Type: object
GroupId
Optional
public object GroupId { get; set; }
- Type: object
ResourceGroupId
Optional
public object ResourceGroupId { get; set; }
- Type: object
Tags
Optional
public TagsProperty[] Tags { get; set; }
- Type: TagsProperty[]