RetcodeAppProps
Properties for defining a RetcodeApp.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-arms-retcodeapp
Initializer
using AlibabaCloud.SDK.ROS.CDK.Arms;
new RetcodeAppProps {
object RegionId,
object RetcodeAppName,
object RetcodeAppType
};
Properties
| Name | Type | Description |
|---|---|---|
RegionId |
object |
Property regionId: Region ID. |
RetcodeAppName |
object |
Property retcodeAppName: The name of the application for which you want to create the browser monitoring job. |
RetcodeAppType |
object |
Property retcodeAppType: The type of the application for which you want to create the browser monitoring job. |
RegionIdRequired
public object RegionId { get; set; }
- Type: object
Property regionId: Region ID.
Allowed values: cn-hangzhou, ap-southeast-1. Default to cn-hangzhou.
RetcodeAppNameRequired
public object RetcodeAppName { get; set; }
- Type: object
Property retcodeAppName: The name of the application for which you want to create the browser monitoring job.
RetcodeAppTypeRequired
public object RetcodeAppType { get; set; }
- Type: object
Property retcodeAppType: The type of the application for which you want to create the browser monitoring job.
Allowed values: web, weex, mini_dd, mini_alipay, mini_wx, mini_common.