Skip to content

AppProps

Properties for defining a App.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-sag-app

Initializer

using AlibabaCloud.SDK.ROS.CDK.Sag;
new AppProps {
    object AutoPay,
    object DataPlan,
    object Period,
    object UserCount,
    object ChargeType = null
};

Properties

Name Type Description
AutoPay object Property autoPay: Specifies whether to automatically pay the bills of SAG APP instances.
DataPlan object Property dataPlan: The quota of the traffic plan that the system allows each client account to use for free each month.
Period object Property period: The subscription period of the SAG APP instance.
UserCount object Property userCount: The quota of client accounts for the SAG APP instance.
ChargeType object Property chargeType: The billing method of the SAG APP instance.

AutoPayRequired

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

Property autoPay: Specifies whether to automatically pay the bills of SAG APP instances.

Default value: false. Valid values: true: automatically pays the bills of SAG APP instances. false: does not automatically pay the bills of SAG APP instances. If you set the parameter to false, after you call this operation, go to Billing Management of the SAG console to complete the payment, the instance can be created.


DataPlanRequired

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

Property dataPlan: The quota of the traffic plan that the system allows each client account to use for free each month.

Unit: GB. Set the value to 5. Note The system allows each client account to use 5 GB traffic plan for free.


PeriodRequired

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

Property period: The subscription period of the SAG APP instance.

Unit: months. Valid values: 1~9, 12, 24, and 36.


UserCountRequired

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

Property userCount: The quota of client accounts for the SAG APP instance.

Note The quota must be a positive multiple of 5, for example, 5, 10, and 15.


ChargeTypeOptional

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

Property chargeType: The billing method of the SAG APP instance.

Set the value to PREPAY. This value indicates that the SAG APP instance is a subscription resource.