Table of Contents

Class XenDesktopHypervisorHostingUnits

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

Represents the resources assigned to hypervisor connections configured within the site.

public class XenDesktopHypervisorHostingUnits : BypassSection
Inheritance
XenDesktopHypervisorHostingUnits
Inherited Members

Constructors

XenDesktopHypervisorHostingUnits()

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

public XenDesktopHypervisorHostingUnits()

Properties

Items

Gets or sets the items in the collection.

public XenDesktopHypervisorHostingUnitCollection Items { get; set; }

Property Value

XenDesktopHypervisorHostingUnitCollection

Methods

FindByName(string)

Returns the hosting unit with the specified name, or null if no hosting unit with that name exists within the collection.

public XenDesktopHypervisorHostingUnit FindByName(string name)

Parameters

name string

The name of the hosting unit to locate.

Returns

XenDesktopHypervisorHostingUnit

The CENTREL.XIA.Configuration.Types.XenDesktopHypervisorHostingUnit with the specified name.

FindByUuid(string)

Returns the hosting unit with the specified UUID, or null if no hosting unit with that UUID exists within the collection.

public XenDesktopHypervisorHostingUnit FindByUuid(string uuid)

Parameters

uuid string

The universally unique identifier of the hosting unit to locate, in GUID format.

Returns

XenDesktopHypervisorHostingUnit

The CENTREL.XIA.Configuration.Types.XenDesktopHypervisorHostingUnit with the specified UUID.

ToString()

Returns the hosting units as a human readable string.

public override string ToString()

Returns

string

The XenDesktop hosting units as a human readable string.