XTraceAppProps
Properties for defining a XTraceApp
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-arms-xtraceapp
Initializer
using AlibabaCloud.SDK.ROS.CDK.Arms;
new XTraceAppProps {
object XTraceAppName,
object ResourceGroupId = null,
TagsProperty[] Tags = null
};
Properties
Name | Type | Description |
---|---|---|
XTraceAppName |
object |
Property xTraceAppName: The name of the resource. |
ResourceGroupId |
object |
Property resourceGroupId: The ID of the resource group. |
Tags |
TagsProperty[] |
Property tags: Tags of The tags of the resource.. |
XTraceAppName
Required
public object XTraceAppName { get; set; }
- Type: object
Property xTraceAppName: The name of the resource.
ResourceGroupId
Optional
public object ResourceGroupId { get; set; }
- Type: object
Property resourceGroupId: The ID of the resource group.
Tags
Optional
public TagsProperty[] Tags { get; set; }
- Type: TagsProperty[]
Property tags: Tags of The tags of the resource..