Struct RenderingSessionUpdateOptions
Parameters for updating a rendering session.
struct Microsoft::Azure::RemoteRendering::RenderingSessionUpdateOptions
Fields
MaxLeaseInMinutes
The new lease time to use for the rendering session.
This replaces any previously set lease time. To extend the lease, pass in a larger value than before. You can also shorten the previously requested lease time by passing in a smaller value.
int32_t MaxLeaseInMinutes{};