JelasticAccountToManageOverLimitBehavior 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 Nullable<EnumsOverLimitBehavior> OverLimitBehavior { get; set; }<DataMemberAttribute>
Public Property OverLimitBehavior As Nullable(Of EnumsOverLimitBehavior)
Get
Set
public:
[DataMemberAttribute]
property Nullable<EnumsOverLimitBehavior> OverLimitBehavior {
Nullable<EnumsOverLimitBehavior> get ();
void set (Nullable<EnumsOverLimitBehavior> value);
}[<DataMemberAttribute>]
member OverLimitBehavior : Nullable<EnumsOverLimitBehavior> with get, set
function get OverLimitBehavior () : Nullable<EnumsOverLimitBehavior>
function set OverLimitBehavior (value : Nullable<EnumsOverLimitBehavior>)
Property Value
Type:
NullableEnumsOverLimitBehavior
See Also