Skip to content

AutoDeploymentProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Ros;
new AutoDeploymentProperty {
    object Enabled,
    object RetainStacksOnAccountRemoval = null
};

Properties

Name Type Description
Enabled object No description.
RetainStacksOnAccountRemoval object No description.

EnabledRequired

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

RetainStacksOnAccountRemovalOptional

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