Class EntraCloudSyncDomainInformation
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents Entra Cloud Sync domain information.
public class EntraCloudSyncDomainInformation : BypassSection
- Inheritance
-
EntraCloudSyncDomainInformation
- Inherited Members
Constructors
EntraCloudSyncDomainInformation()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.EntraCloudSyncDomainInformation class.
public EntraCloudSyncDomainInformation()
Properties
DomainDiscoveryDateTime
Gets or sets the discovery date and time of the domain.
public DateTime DomainDiscoveryDateTime { get; set; }
Property Value
DomainFqdn
Gets or sets the fully qualified domain name of the domain.
public string DomainFqdn { get; set; }
Property Value
DomainNetBios
Gets or sets the NetBIOS name of the domain.
public string DomainNetBios { get; set; }
Property Value
ForestFqdn
Gets or sets the fully qualified domain name of the forest.
public string ForestFqdn { get; set; }
Property Value
ForestNetBios
Gets or sets the NetBIOS name of the forest.
public string ForestNetBios { get; set; }
Property Value
Methods
ToString()
Returns the domain name of the Cloud Sync configuration.
public override string ToString()
Returns
- string
The domain name of the Cloud Sync configuration.