ServiceProps
Properties for defining a Service
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-apig-service
Initializer
using AlibabaCloud.SDK.ROS.CDK.Apig;
new ServiceProps {
object Addresses,
object GatewayId,
object ServiceName,
object SourceType
};
Properties
Name | Type | Description |
---|---|---|
Addresses |
object |
Property addresses: Service Address List. |
GatewayId |
object |
Property gatewayId: The ID of the Cloud Native API Gateway. |
ServiceName |
object |
Property serviceName: The name of the service. |
SourceType |
object |
Property sourceType: The type of the service source. |
Addresses
Required
public object Addresses { get; set; }
- Type: object
Property addresses: Service Address List.
GatewayId
Required
public object GatewayId { get; set; }
- Type: object
Property gatewayId: The ID of the Cloud Native API Gateway.
ServiceName
Required
public object ServiceName { get; set; }
- Type: object
Property serviceName: The name of the service.
SourceType
Required
public object SourceType { get; set; }
- Type: object
Property sourceType: The type of the service source.