XenAdoptionServer Class¶
Represents an instance of a Xen Adoption solution (i.e., a specific AppDNA solution within a specific database).
Inheritance Hierarchy¶
System.Object
Citrix.SDK.AppDNA.Solutions.XenAdoption.XenAdoptionServer
Namespace: Citrix.SDK.AppDNA.Solutions.XenAdoption
Assembly: Citrix.SDK.AppDNA.Solutions.XenAdoption (in Citrix.SDK.AppDNA.Solutions.XenAdoption.dll) Version: 7.11.0.0 (7.11.0.0)
Syntax¶
C¶
public class XenAdoptionServer : IXenServer<XenAdoptionSolution, XenSolutionEdit>,
IEquatable<XenAdoptionServer>
VB¶
Public Class XenAdoptionServer
Implements IXenServer(Of XenAdoptionSolution, XenSolutionEdit),
IEquatable(Of XenAdoptionServer)
The XenAdoptionServer type exposes the following members.
Constructors¶
Name | Description | |
---|---|---|
![]() | XenAdoptionServer | Initializes a new instance of the XenAdoptionServer class. |
Properties¶
Name | Description | |
---|---|---|
![]() | Application | Gets an object that provides functionality related to ReportConfiguration objects. |
![]() | OsImage | Gets an object that provides functionality related to OSImage objects. |
![]() | Report | Gets an object that provides functionality related to ReportConfiguration objects. |
![]() | ReportConfiguration | Gets an object that provides functionality related to ReportConfiguration objects. |
![]() | ServerUrl | Gets the URL of the AppDNA server. |
![]() | XenAdoptionSolution | Gets an object that provides functionality related to XenAdoptionSolution objects. |
![]() | XenAdoptionSolutionTemplate | Gets an object that provides functionality related to XenAdoptionSolutionTemplate objects. |
![]() | XenSolution | Gets an object that provides functionality related to XenSolution objects. |
Methods¶
Name | Description | |
---|---|---|
![]() | Equals(Object) | Determines whether the specified Object, is equal to this instance. (Overrides Object.Equals(Object).) |
![]() | Equals(XenAdoptionServer) | Indicates whether the current object is equal to another object of the same type. |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Returns a hash code for this instance. (Overrides Object.GetHashCode().) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |