Get Capacity Reservation Group Plain Args
data class GetCapacityReservationGroupPlainArgs(val capacityReservationGroupName: String, val expand: String? = null, val resourceGroupName: String) : ConvertibleToJava<GetCapacityReservationGroupPlainArgs>
Properties
Link copied to clipboard
The name of the capacity reservation group.
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
The name of the resource group.