Skip to content

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..

XTraceAppNameRequired

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

Property xTraceAppName: The name of the resource.


ResourceGroupIdOptional

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

Property resourceGroupId: The ID of the resource group.


TagsOptional

public TagsProperty[] Tags { get; set; }

Property tags: Tags of The tags of the resource..