toggle menu
pulumi-azure-native-kotlin
3.0.1.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.machinelearningservices.kotlin.outputs
/
CapacityReservationGroupResponse
Capacity
Reservation
Group
Response
data
class
CapacityReservationGroupResponse
(
val
offer
:
ServerlessOfferResponse
?
=
null
,
val
reservedCapacity
:
Int
)
Members
Constructors
Capacity
Reservation
Group
Response
Link copied to clipboard
constructor
(
offer
:
ServerlessOfferResponse
?
=
null
,
reservedCapacity
:
Int
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
offer
Link copied to clipboard
val
offer
:
ServerlessOfferResponse
?
=
null
Offer used by this capacity reservation group.
reserved
Capacity
Link copied to clipboard
val
reservedCapacity
:
Int
Required Specifies the amount of capacity to reserve.