DeploymentProps
Properties for defining a Deployment
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-apigateway-deployment
Initializer
using AlibabaCloud.SDK.ROS.CDK.Apigateway;
new DeploymentProps {
object ApiId,
object GroupId,
object StageName,
object Description = null,
object HistoryVersion = null
};
Properties
Name | Type | Description |
---|---|---|
ApiId |
object |
Property apiId: The id of the API. |
GroupId |
object |
Property groupId: The id of the Group. |
StageName |
object |
Property stageName: Bind traffic in this stage. |
Description |
object |
Property description: Description of the deployment, less than 180 characters. |
HistoryVersion |
object |
Property historyVersion: The history version. |
ApiId
Required
public object ApiId { get; set; }
- Type: object
Property apiId: The id of the API.
GroupId
Required
public object GroupId { get; set; }
- Type: object
Property groupId: The id of the Group.
StageName
Required
public object StageName { get; set; }
- Type: object
Property stageName: Bind traffic in this stage.
Description
Optional
public object Description { get; set; }
- Type: object
Property description: Description of the deployment, less than 180 characters.
HistoryVersion
Optional
public object HistoryVersion { get; set; }
- Type: object
Property historyVersion: The history version.