JelasticAccountOverLimitBehavior Property
|
Over-limit behavior for the new Jelastic account. Over-limit behavior controls Jelastic account state when one of the resources exceeds the limit of the current pricing plan.
Namespace:
Aruba.Cloud.WsJelastic.Entities
Assembly:
WsJelastic (in WsJelastic.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[DataMemberAttribute]
public EnumsOverLimitBehavior OverLimitBehavior { get; set; }<DataMemberAttribute>
Public Property OverLimitBehavior As EnumsOverLimitBehavior
Get
Set
public:
[DataMemberAttribute]
property EnumsOverLimitBehavior OverLimitBehavior {
EnumsOverLimitBehavior get ();
void set (EnumsOverLimitBehavior value);
}[<DataMemberAttribute>]
member OverLimitBehavior : EnumsOverLimitBehavior with get, set
function get OverLimitBehavior () : EnumsOverLimitBehavior
function set OverLimitBehavior (value : EnumsOverLimitBehavior)
Property Value
Type:
EnumsOverLimitBehavior
See Also