GetCapacityReservationPlainArgs

data class GetCapacityReservationPlainArgs(val capacityReservationGroupName: String, val capacityReservationName: String, val expand: String? = null, val resourceGroupName: String) : ConvertibleToJava<GetCapacityReservationPlainArgs>

Constructors

Link copied to clipboard
constructor(capacityReservationGroupName: String, capacityReservationName: String, expand: String? = null, resourceGroupName: String)

Properties

Link copied to clipboard

The name of the capacity reservation group.

Link copied to clipboard

The name of the capacity reservation.

Link copied to clipboard
val expand: String? = null

The expand expression to apply on the operation. 'InstanceView' retrieves a snapshot of the runtime properties of the 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.

Functions

Link copied to clipboard
open override fun toJava(): GetCapacityReservationPlainArgs