pulumi-azure-native-kotlin
2.14.0.0
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
)
Types
Constructors
Properties
Constructors
Capacity
Reservation
Group
Response
Link copied to clipboard
fun
CapacityReservationGroupResponse
(
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.