RemoteSupportSession Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a remote support session.
public class RemoteSupportSession : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Hci.Models.RemoteSupportSession>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Hci.Models.RemoteSupportSession>
type RemoteSupportSession = class
interface IJsonModel<RemoteSupportSession>
interface IPersistableModel<RemoteSupportSession>
Public Class RemoteSupportSession
Implements IJsonModel(Of RemoteSupportSession), IPersistableModel(Of RemoteSupportSession)
- Inheritance
-
RemoteSupportSession
- Implements
Properties
| Name | Description |
|---|---|
| AccessLevel |
The level of access granted during the remote support session. |
| SessionEndOn |
The end time of the remote support session, in UTC. |
| SessionId |
Unique session Id. |
| SessionStartOn |
The start time of the remote support session, in UTC. |
| TranscriptLocation |
The location where the session transcript is stored. |