Skip to content

RosDeploymentProps

Properties for defining a RosDeployment.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-apigateway-deployment

Initializer

using AlibabaCloud.SDK.ROS.CDK.Apigateway;
new RosDeploymentProps {
    object ApiId,
    object GroupId,
    object StageName,
    object Description = null,
    object HistoryVersion = null
};

Properties

Name Type Description
ApiId object No description.
GroupId object No description.
StageName object No description.
Description object No description.
HistoryVersion object No description.

ApiIdRequired

public object ApiId { get; set; }
  • Type: object

GroupIdRequired

public object GroupId { get; set; }
  • Type: object

StageNameRequired

public object StageName { get; set; }
  • Type: object

DescriptionOptional

public object Description { get; set; }
  • Type: object

HistoryVersionOptional

public object HistoryVersion { get; set; }
  • Type: object