Values_2.DesiredWeightAndCapacitySourceSpecifies weight and capacity values for a production variant.
type nonrec t = {variantName : Values_0.VariantName.t;The name of the variant to update.
*)desiredWeight : Values_0.VariantWeight.t option;The variant's weight.
*)desiredInstanceCount : Values_1.TaskCount.t option;The variant's capacity.
*)serverlessUpdateConfig : ProductionVariantServerlessUpdateConfig.t option;Specifies the serverless update concurrency configuration for an endpoint variant.
*)}val make :
?desiredWeight:??? ->
?desiredInstanceCount:??? ->
?serverlessUpdateConfig:??? ->
variantName:Values_0.VariantName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Float of Values_0.VariantWeight.t
| `Integer of Values_1.TaskCount.t
| `String of Values_0.VariantName.t
| `Structure of
(string * [> `Integer of Values_0.ServerlessMaxConcurrency.t ])
list ])
list ]