Class HyperVServerReplicationAuthorizationEntries
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the authorization entries configured for Hyper-V server replication.
public class HyperVServerReplicationAuthorizationEntries : GlobalSerializableBase
- Inheritance
-
HyperVServerReplicationAuthorizationEntries
Constructors
HyperVServerReplicationAuthorizationEntries()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.HyperVServerReplicationAuthorizationEntries class.
public HyperVServerReplicationAuthorizationEntries()
Properties
Items
Gets or sets the items in the collection.
public HyperVServerReplicationAuthorizationEntryCollection Items { get; set; }
Property Value
Methods
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.HyperVServerReplicationAuthorizationEntries class from the specified XML.
public static HyperVServerReplicationAuthorizationEntries FromXml(string xml)
Parameters
xml
stringThe XML representation of the object.
Returns
- HyperVServerReplicationAuthorizationEntries
A CENTREL.XIA.Configuration.Types.HyperVServerReplicationAuthorizationEntries class.
ToString()
Returns the authorization entries as a human readable string.
public override string ToString()
Returns
- string
The authorization entries as a human readable string.