Uses of Class
com.azure.mixedreality.remoterendering.models.RenderingSession
Packages that use RenderingSession
Package
Description
This package contains classes for the Remote Rendering project.
-
Uses of RenderingSession in com.azure.mixedreality.remoterendering
Methods in com.azure.mixedreality.remoterendering that return RenderingSessionModifier and TypeMethodDescriptionRemoteRenderingClient.getSession(String sessionId) Gets properties of a particular rendering session.RemoteRenderingClient.updateSession(String sessionId, UpdateSessionOptions options) Updates a particular rendering session.Methods in com.azure.mixedreality.remoterendering that return types with arguments of type RenderingSessionModifier and TypeMethodDescriptioncom.azure.core.util.polling.PollerFlux<RenderingSession,RenderingSession> RemoteRenderingAsyncClient.beginSession(String sessionId) Creates a new rendering session.com.azure.core.util.polling.PollerFlux<RenderingSession,RenderingSession> RemoteRenderingAsyncClient.beginSession(String sessionId) Creates a new rendering session.com.azure.core.util.polling.PollerFlux<RenderingSession,RenderingSession> RemoteRenderingAsyncClient.beginSession(String sessionId, BeginSessionOptions options) Creates a new rendering session.com.azure.core.util.polling.PollerFlux<RenderingSession,RenderingSession> RemoteRenderingAsyncClient.beginSession(String sessionId, BeginSessionOptions options) Creates a new rendering session.com.azure.core.util.polling.SyncPoller<RenderingSession,RenderingSession> RemoteRenderingClient.beginSession(String sessionId) Creates a new rendering session.com.azure.core.util.polling.SyncPoller<RenderingSession,RenderingSession> RemoteRenderingClient.beginSession(String sessionId) Creates a new rendering session.com.azure.core.util.polling.SyncPoller<RenderingSession,RenderingSession> RemoteRenderingClient.beginSession(String sessionId, BeginSessionOptions options) Creates a new rendering session.com.azure.core.util.polling.SyncPoller<RenderingSession,RenderingSession> RemoteRenderingClient.beginSession(String sessionId, BeginSessionOptions options) Creates a new rendering session.com.azure.core.util.polling.SyncPoller<RenderingSession,RenderingSession> RemoteRenderingClient.beginSession(String sessionId, BeginSessionOptions options, com.azure.core.util.Context context) Creates a new rendering session.com.azure.core.util.polling.SyncPoller<RenderingSession,RenderingSession> RemoteRenderingClient.beginSession(String sessionId, BeginSessionOptions options, com.azure.core.util.Context context) Creates a new rendering session.RemoteRenderingAsyncClient.getSession(String sessionId) Gets properties of a particular rendering session.Mono<com.azure.core.http.rest.Response<RenderingSession>>RemoteRenderingAsyncClient.getSessionWithResponse(String sessionId) Gets properties of a particular rendering session.com.azure.core.http.rest.Response<RenderingSession>RemoteRenderingClient.getSessionWithResponse(String sessionId, com.azure.core.util.Context context) Gets properties of a particular rendering session.com.azure.core.http.rest.PagedFlux<RenderingSession>RemoteRenderingAsyncClient.listSessions()Get a list of all rendering sessions.com.azure.core.http.rest.PagedIterable<RenderingSession>RemoteRenderingClient.listSessions()Get a list of all rendering sessions.com.azure.core.http.rest.PagedIterable<RenderingSession>RemoteRenderingClient.listSessions(com.azure.core.util.Context context) Get a list of all rendering sessions.RemoteRenderingAsyncClient.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.