Class ExchangePowerShellVirtualDirectory
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents an Exchange server PowerShell virtual directory in a Microsoft Exchange organization. This only applies to Exchange On-Premises.
public class ExchangePowerShellVirtualDirectory : ExchangeVirtualDirectoryBase, IComparable<ExchangeVirtualDirectoryBase>
- Inheritance
-
ExchangePowerShellVirtualDirectory
- Implements
- Inherited Members
Constructors
ExchangePowerShellVirtualDirectory()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.ExchangePowerShellVirtualDirectory class.
public ExchangePowerShellVirtualDirectory()
Properties
BasicAuthentication
Gets or sets whether basic authentication is enabled.
public BooleanOption BasicAuthentication { get; set; }
Property Value
ExternalUrl
Gets or sets the external URL of the virtual directory.
public string ExternalUrl { get; set; }
Property Value
InternalUrl
Gets or sets the internal URL of the virtual directory.
public string InternalUrl { get; set; }
Property Value
WindowsAuthentication
Gets or sets whether integrated Windows authentication is enabled.
public BooleanOption WindowsAuthentication { get; set; }
Property Value
Methods
Clone()
Returns a CENTREL.XIA.Configuration.Types.ExchangePowerShellVirtualDirectory cloned from this object.
public ExchangePowerShellVirtualDirectory Clone()
Returns
- ExchangePowerShellVirtualDirectory
A CENTREL.XIA.Configuration.Types.ExchangePowerShellVirtualDirectory.