HostPoolAgentSettings

NAMESPACE

RASAdminEngine.Core.OutputModels.HostPool

DESCRIPTION

Azure Virtual Desktop Host Pool Agent Settings

INHERITED FROM

RASSerilazableObj

⇒

AgentSettings

⇒

HostPoolAgentSettings

INTERFACES

  • ISerializable

  • IComparable

PUBLIC PROPERTIES

Type
Name
Description

Boolean

AllowRemoteExec

Inherited from AgentSettings Specifies if 'Allow 2XRemoteExec to send command to the client' option is enabled or disabled.

AllowURLAndMailRedirection

Inherited from AgentSettings Specifies the 'Allow Client URL/Mail Redirection'. Nullable<Boolean> AppMonitor Specifies if 'Allow Application Monitoring' option is enabled or disabled.

UInt32

DisconnectActiveSessionAfter

Inherited from AgentSettings Disconnect active session after (in seconds). 0 for 'Never'.

DragAndDropMode

Inherited from AgentSettings Specifies the mode the drag and drop feature will operate.

Boolean

EnableDriveRedirectionCache

Inherited from AgentSettings Specifies if the 'Enable Drive Redirection Cache' option is enabled or disabled.

Boolean

EnableZOrder

Inherited from AgentSettings Specifies if the 'Enable Z-Order' option is enabled or disabled. (Experimental)

String

FileTransferLocation

Inherited from AgentSettings Location where the File Transfer takes place, if and where it is allowed.

Boolean

FileTransferLockLocation

Inherited from AgentSettings Lock Location where the File Transfer takes place, if and where it is allowed.

FileTransferMode

Inherited from AgentSettings Specifies if File Transfer option is allowed and if yes, which directions are allowed.

UInt32

LogoffDisconnectedSessionAfter

Inherited from AgentSettings Logoff disconnected session after (in seconds). 0 for 'Never'; 1 for 'Immediate'.

Boolean

ManageRDPShortpath

Specifies if 'Allow RDP Shortpath' option is enabled or disabled.

ManageRDPTransportProtocol

Inherited from AgentSettings Manage RDP transport protocol.

UInt32

MaxRDPShortpathPort

The maximum RDP Shortpath Port.

UInt32

MinRDPShortpathPort

The minimum RDP Shortpath Port.

UInt32

SessionReadinessTimeout

Inherited from AgentSettings Session readiness timeout (in seconds).

Boolean

SupportShellURLNamespaceObjects

Inherited from AgentSettings Specifies if 'Support Shell URL Namespace Objects' option is enabled or disabled.

Boolean

UseRDPShortpath

Specifies if 'Allow RDP Shortpath' option is enabled or disabled.

Boolean

UseSmallerPortRange

Specifies if 'Use Smaller Port' option is enabled or disabled.

PUBLIC METHODS

Type
Name
Description

Int32

CompareTo (Object obj)

Inherited from RASSerilazableObj

Void

CopyFrom (AgentSettings other)

Inherited from AgentSettings

Boolean

Equals (Object obj)

Inherited from RASSerilazableObj

Int32

GetHashCode ()

Inherited from RASSerilazableObj

Type

GetType ()

String

ToString ()

### References to Types

--------------------------------------------------------

Last updated