Class VMwareHostServiceCollection
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of services on a VMware host.
public class VMwareHostServiceCollection : Collection<VMwareHostService>, IList<VMwareHostService>, ICollection<VMwareHostService>, IList, ICollection, IReadOnlyList<VMwareHostService>, IReadOnlyCollection<VMwareHostService>, IEnumerable<VMwareHostService>, IEnumerable
- Inheritance
-
VMwareHostServiceCollection
- Implements
- Inherited Members
Constructors
VMwareHostServiceCollection()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.VMwareHostServiceCollection class.
public VMwareHostServiceCollection()
Methods
FindByName(string)
Returns the CENTREL.XIA.Configuration.Types.VMwareHostService with the specified name, or null if no CENTREL.XIA.Configuration.Types.VMwareHostService with that name is found.
public VMwareHostService FindByName(string name)
Parameters
name
stringThe name of the CENTREL.XIA.Configuration.Types.VMwareHostService to locate - for example "ntpd".
Returns
- VMwareHostService
The CENTREL.XIA.Configuration.Types.VMwareHostService with the specified name.
Sort()
Sorts the values in the collection.
public void Sort()