Table of Contents

Class HyperVServerReplicationAuthorizationEntryCollection

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

Represents a collection of authorization entries configured for Hyper-V server replication.

public class HyperVServerReplicationAuthorizationEntryCollection : Collection<HyperVServerReplicationAuthorizationEntry>, IList<HyperVServerReplicationAuthorizationEntry>, ICollection<HyperVServerReplicationAuthorizationEntry>, IList, ICollection, IReadOnlyList<HyperVServerReplicationAuthorizationEntry>, IReadOnlyCollection<HyperVServerReplicationAuthorizationEntry>, IEnumerable<HyperVServerReplicationAuthorizationEntry>, IEnumerable
Inheritance
HyperVServerReplicationAuthorizationEntryCollection
Implements
Inherited Members

Constructors

HyperVServerReplicationAuthorizationEntryCollection()

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

public HyperVServerReplicationAuthorizationEntryCollection()

Methods

FindByPrimaryServerName(string)

Returns the CENTREL.XIA.Configuration.Types.HyperVServerReplicationAuthorizationEntry with the specified primary server name, or null if no CENTREL.XIA.Configuration.Types.HyperVServerReplicationAuthorizationEntry with that primary server name is found.

public HyperVServerReplicationAuthorizationEntry FindByPrimaryServerName(string primaryServerName)

Parameters

primaryServerName string

The primary server name of the CENTREL.XIA.Configuration.Types.HyperVServerReplicationAuthorizationEntry to locate.

Returns

HyperVServerReplicationAuthorizationEntry

The CENTREL.XIA.Configuration.Types.HyperVServerReplicationAuthorizationEntry with the specified primary server name.

Sort()

Sorts the values in the collection.

public void Sort()