Get Capacity Reservation Group Plain Args
data class GetCapacityReservationGroupPlainArgs(val capacityReservationGroupName: String, val expand: String? = null, val resourceGroupName: String) : ConvertibleToJava<GetCapacityReservationGroupPlainArgs>
Constructors
Link copied to clipboard
fun GetCapacityReservationGroupPlainArgs(capacityReservationGroupName: String, expand: String? = null, resourceGroupName: String)
Functions
Properties
Link copied to clipboard
Link copied to clipboard
The expand expression to apply on the operation. 'InstanceView' will retrieve the list of instance views of the capacity reservations under the capacity reservation group which is a snapshot of the runtime properties of a capacity reservation that is managed by the platform and can change outside of control plane operations.
Link copied to clipboard