DeploymentProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Edas;
new DeploymentProperty {
object PackageVersion,
object WarUrl,
object AppEnv = null,
object Batch = null,
object BatchWaitTime = null,
object Desc = null,
object Gray = null,
object GroupId = null,
object ReleaseType = null,
object TrafficControlStrategy = null
};
Properties
PackageVersion
Required
public object PackageVersion { get; set; }
WarUrl
Required
public object WarUrl { get; set; }
AppEnv
Optional
public object AppEnv { get; set; }
Batch
Optional
public object Batch { get; set; }
BatchWaitTime
Optional
public object BatchWaitTime { get; set; }
Desc
Optional
public object Desc { get; set; }
Gray
Optional
public object Gray { get; set; }
GroupId
Optional
public object GroupId { get; set; }
ReleaseType
Optional
public object ReleaseType { get; set; }
TrafficControlStrategy
Optional
public object TrafficControlStrategy { get; set; }