Class XenDesktopDeliveryGroups
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the XenDesktop delivery groups providing the services within the site.
public class XenDesktopDeliveryGroups : BypassSection
- Inheritance
-
XenDesktopDeliveryGroups
- Inherited Members
Constructors
XenDesktopDeliveryGroups()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.XenDesktopDeliveryGroups class.
public XenDesktopDeliveryGroups()
Properties
Items
Gets or sets the items in the collection.
public XenDesktopDeliveryGroupCollection Items { get; set; }
Property Value
Methods
FindByName(string)
Returns the delivery group with the specified name, or null if no delivery group with that name exists within the collection.
public XenDesktopDeliveryGroup FindByName(string name)
Parameters
name
stringThe name of the delivery group to locate.
Returns
- XenDesktopDeliveryGroup
The CENTREL.XIA.Configuration.Types.XenDesktopDeliveryGroup with the specified name.
FindByUid(int)
Returns the delivery group with the specified UID, or null if no delivery group with that UID exists within the collection.
public XenDesktopDeliveryGroup FindByUid(int uid)
Parameters
uid
intThe unique identifier of the delivery group to locate.
Returns
- XenDesktopDeliveryGroup
The CENTREL.XIA.Configuration.Types.XenDesktopDeliveryGroup with the specified UID.
FindByUuid(string)
Returns the delivery group with the specified UUID, or null if no delivery group with that UUID exists within the collection.
public XenDesktopDeliveryGroup FindByUuid(string uuid)
Parameters
uuid
stringThe universally unique identifier of the delivery group to locate in GUID format.
Returns
- XenDesktopDeliveryGroup
The CENTREL.XIA.Configuration.Types.XenDesktopDeliveryGroup with the specified UUID.
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.XenDesktopDeliveryGroups class from the specified XML.
public static XenDesktopDeliveryGroups FromXml(string Xml)
Parameters
Xml
stringThe XML representation of the object.
Returns
- XenDesktopDeliveryGroups
A CENTREL.XIA.Configuration.Types.XenDesktopDeliveryGroups class.
ToString()
Returns the XenDesktop delivery groups as a human readable string.
public override string ToString()
Returns
- string
The XenDesktop delivery groups as a human readable string.