Values.UpdateQuotaShareRequestSourceUpdates a quota share.
type nonrec t = {capacityLimits : QuotaShareCapacityLimits.t option;A list that specifies the quantity and type of compute capacity allocated to the quota share.
*)resourceSharingConfiguration : QuotaShareResourceSharingConfiguration.t option;Specifies whether a quota share reserves, lends, or both lends and borrows idle compute capacity.
*)preemptionConfiguration : QuotaSharePreemptionConfiguration.t option;Specifies the preemption behavior for jobs in a quota share.
*)state : QuotaShareState.t option;The state of the quota share. If the quota share is ENABLED, it is able to accept jobs. If the quota share is DISABLED, new jobs won't be accepted but jobs already submitted can finish.
*)}