Enum RenderingSessionVmSize

Size of the server used for the rendering session.

enum class Microsoft::Azure::RemoteRendering::RenderingSessionVmSize : int32_t

Values

Name Value Description Remarks
RenderingSessionVmSize::None 0 internal
RenderingSessionVmSize::Premium 1 Premium size servers support the largest amounts of data.
RenderingSessionVmSize::Standard 2 Standard size servers may impose restrictions on the allowed rendering data.

See also