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. |
Backend
Required
public object Backend { get; set; }
- Type: object
EnvironmentInfo
Required
public object EnvironmentInfo { get; set; }
- Type: object
HttpApiId
Required
public object HttpApiId { get; set; }
- Type: object
Match
Required
public object Match { get; set; }
- Type: object
RouteName
Required
public object RouteName { get; set; }
- Type: object
Description
Optional
public object Description { get; set; }
- Type: object
DomainIds
Optional
public object DomainIds { get; set; }
- Type: object
DomainInfos
Optional
public object DomainInfos { get; set; }
- Type: object