Uses of Class
com.azure.mixedreality.remoterendering.models.UpdateSessionOptions
Packages that use UpdateSessionOptions
Package
Description
This package contains classes for the Remote Rendering project.
This package contains model classes for the Remote Rendering project.
-
Uses of UpdateSessionOptions in com.azure.mixedreality.remoterendering
Methods in com.azure.mixedreality.remoterendering with parameters of type UpdateSessionOptionsModifier and TypeMethodDescriptionRemoteRenderingAsyncClient.updateSession
(String sessionId, UpdateSessionOptions options) Updates a particular rendering session.RemoteRenderingClient.updateSession
(String sessionId, UpdateSessionOptions options) Updates a particular rendering session.Mono
<com.azure.core.http.rest.Response<RenderingSession>> RemoteRenderingAsyncClient.updateSessionWithResponse
(String sessionId, UpdateSessionOptions options) Updates a particular rendering session.com.azure.core.http.rest.Response
<RenderingSession> RemoteRenderingClient.updateSessionWithResponse
(String sessionId, UpdateSessionOptions options, com.azure.core.util.Context context) Updates a particular rendering session. -
Uses of UpdateSessionOptions in com.azure.mixedreality.remoterendering.models
Methods in com.azure.mixedreality.remoterendering.models that return UpdateSessionOptionsModifier and TypeMethodDescriptionUpdateSessionOptions.maxLeaseTime
(Duration maxLeaseTime) Set the maxLeaseTime property: Update to the time the session will run after it reached the 'Ready' state.