Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SessionsList

Package version

The result of a list sessions request.

Hierarchy

  • SessionsList

Index

Properties

Properties

Optional nextLink

nextLink: undefined | string

If more rendering sessions are available this field will contain a URL where the next batch of sessions can be requested. This URL will need the same authentication as all calls to the Azure Remote Rendering API. NOTE: This property will not be serialized. It can only be populated by the server.

sessions

sessions: SessionProperties[]

The list of rendering sessions. Does not include sessions in 'Stopped' state.

Generated using TypeDoc