Values.CreateDedicatedIpPoolRequestSourceA request to create a new dedicated IP pool.
type nonrec t = {poolName : PoolName.t;The name of the dedicated IP pool.
*)scalingMode : ScalingMode.t option;The type of scaling mode.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of (string * [> `String of TagKey.t ]) list ] list
| `String of PoolName.t ])
list ]