RosRouteProps
Properties for defining a RosRoute.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-apig-route
Initializer
using AlibabaCloud.SDK.ROS.CDK.Apig;
new RosRouteProps {
object Backend,
object EnvironmentInfo,
object HttpApiId,
object Match,
object RouteName,
object Description = null,
object DomainIds = null,
object DomainInfos = null
};
Properties
| Name | Type | Description |
|---|---|---|
Backend |
object |
No description. |
EnvironmentInfo |
object |
No description. |
HttpApiId |
object |
No description. |
Match |
object |
No description. |
RouteName |
object |
No description. |
Description |
object |
No description. |
DomainIds |
object |
No description. |
DomainInfos |
object |
No description. |
BackendRequired
public object Backend { get; set; }
- Type: object
EnvironmentInfoRequired
public object EnvironmentInfo { get; set; }
- Type: object
HttpApiIdRequired
public object HttpApiId { get; set; }
- Type: object
MatchRequired
public object Match { get; set; }
- Type: object
RouteNameRequired
public object RouteName { get; set; }
- Type: object
DescriptionOptional
public object Description { get; set; }
- Type: object
DomainIdsOptional
public object DomainIds { get; set; }
- Type: object
DomainInfosOptional
public object DomainInfos { get; set; }
- Type: object