Uses of Enum
com.azure.mixedreality.remoterendering.RemoteRenderingServiceVersion
Packages that use RemoteRenderingServiceVersion
Package
Description
This package contains classes for the Remote Rendering project.
-
Uses of RemoteRenderingServiceVersion in com.azure.mixedreality.remoterendering
Methods in com.azure.mixedreality.remoterendering that return RemoteRenderingServiceVersionModifier and TypeMethodDescriptionRemoteRenderingServiceVersion.getLatest()Gets the latest service version supported by this client library.Returns the enum constant of this type with the specified name.static RemoteRenderingServiceVersion[]RemoteRenderingServiceVersion.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.mixedreality.remoterendering with parameters of type RemoteRenderingServiceVersionModifier and TypeMethodDescriptionRemoteRenderingClientBuilder.serviceVersion(RemoteRenderingServiceVersion version) Sets theRemoteRenderingServiceVersionthat is used when making API requests.