Package version:

The type used for update operations of the Reservation.

interface ReservationUpdate {
    properties?: ReservationUpdateProperties;
    tags?: any;
}

Properties

Properties

The resource-specific properties for this resource.

tags?: any

Resource tags.