Values.PutDedicatedIpPoolScalingAttributesRequestSourceA request to convert a dedicated IP pool to a different scaling mode.
type nonrec t = {poolName : PoolName.t;The name of the dedicated IP pool.
*)scalingMode : ScalingMode.t;The scaling mode to apply to the dedicated IP pool. Changing the scaling mode from MANAGED to STANDARD is not supported.
*)}val to_value :
t ->
[> `Structure of (string * [> `Enum of string | `String of PoolName.t ]) list ]