PartialFulfillmentReason type
The reason the requested capacity could only be partially fulfilled.
KnownPartialFulfillmentReason can be used interchangeably with PartialFulfillmentReason,
this enum contains the known values that the service supports.
Known values supported by the service
InsufficientCapacity: The requested capacity could not be fully satisfied due to insufficient capacity in the region.
InsufficientQuota: The requested capacity could not be fully satisfied due to insufficient quota in the subscription.
None: The requested capacity was successfully satisfied without any partial fulfillment.
type PartialFulfillmentReason = string