Click or drag to resize
GroupConfiguration Properties
This API is preliminary and subject to change.

The GroupConfiguration type exposes the following members.

Properties
  NameDescription
Public propertyCooldown
Gets the cooldown time of the scaling group, which specifies the time the group must wait after a scaling policy is triggered before another request for scaling is accepted.
Public propertyExtensionData
Gets a map of object properties which did not map to another field or property during JSON deserialization. The keys of the map represent the property names, and the values are JToken instances containing the parsed JSON values.
(Inherited from ExtensibleJsonObject.)
Public propertyMaxEntities
Gets the maximum amount of entities that are allowed in this group. You cannot scale up above this value. Decreasing this value can cause an immediate reduction of the scaling group.
Public propertyMetadata
Gets the metadata associated with the scaling group resource.
Public propertyMinEntities
Gets the minimum amount of entities that are allowed in this group. You cannot scale down below this value. Increasing this value can cause an immediate addition to the scaling group.
Public propertyName
Gets the name of the scaling group.
Top
See Also