Table of Contents

Class ExchangeServersConfiguration

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the configuration of the servers for an Microsoft Exchange organization. This only applies to Exchange On-Premises.

public class ExchangeServersConfiguration : BaseTypeSection
Inheritance
ExchangeServersConfiguration

Constructors

ExchangeServersConfiguration()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.ExchangeServersConfiguration class.

public ExchangeServersConfiguration()

Properties

DatabaseAvailabilityGroups

Gets or sets the database availability groups configured in the Exchange organization.

public ExchangeDatabaseAvailabilityGroups DatabaseAvailabilityGroups { get; set; }

Property Value

ExchangeDatabaseAvailabilityGroups

MailboxDatabases

Gets or sets the mailbox databases configured in the Exchange organization.

public ExchangeMailboxDatabases MailboxDatabases { get; set; }

Property Value

ExchangeMailboxDatabases

Servers

Gets or sets the servers configured in the Exchange organization.

public ExchangeServers Servers { get; set; }

Property Value

ExchangeServers

Methods

Clone()

Returns a CENTREL.XIA.Configuration.Types.ExchangeServersConfiguration cloned from this object.

public ExchangeServersConfiguration Clone()

Returns

ExchangeServersConfiguration

A CENTREL.XIA.Configuration.Types.ExchangeServersConfiguration.

FromXml(string)

Returns a CENTREL.XIA.Configuration.Types.ExchangeServersConfiguration class from the specified XML.

public static ExchangeServersConfiguration FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

ExchangeServersConfiguration

A CENTREL.XIA.Configuration.Types.ExchangeServersConfiguration class.