API Reference
Class
ForestDiscoveryResult
Typed forest discovery result.
Inheritance
- Object
- ForestDiscoveryResult
Constructors
public ForestDiscoveryResult(String EffectiveForestName, String EffectiveDomainName, IReadOnlyList<String> Domains, IReadOnlyList<String> DomainControllers, IReadOnlyList<DomainControllersByDomainRow> DomainControllersByDomain, IReadOnlyList<ForestTrustRow> Trusts, IReadOnlyList<ForestDiscoveryStep> Steps, Boolean RootDseOk, Boolean DomainsOk, Boolean DomainControllersOk, Boolean TrustsOk) #Typed forest discovery result.
Parameters
- EffectiveForestName System.String
- EffectiveDomainName System.String
- Domains System.Collections.Generic.IReadOnlyList{System.String}
- DomainControllers System.Collections.Generic.IReadOnlyList{System.String}
- DomainControllersByDomain System.Collections.Generic.IReadOnlyList{ADPlayground.Helpers.AdForestDiscoveryService.DomainControllersByDomainRow}
- Trusts System.Collections.Generic.IReadOnlyList{ADPlayground.Helpers.AdForestDiscoveryService.ForestTrustRow}
- Steps System.Collections.Generic.IReadOnlyList{ADPlayground.Helpers.AdForestDiscoveryService.ForestDiscoveryStep}
- RootDseOk System.Boolean
- DomainsOk System.Boolean
- DomainControllersOk System.Boolean
- TrustsOk System.Boolean
Methods
public ForestDiscoveryResult <Clone>$() #Returns:
ForestDiscoveryResultpublic Void Deconstruct(out String EffectiveForestName, out String EffectiveDomainName, out IReadOnlyList<String> Domains, out IReadOnlyList<String> DomainControllers, out IReadOnlyList<DomainControllersByDomainRow> DomainControllersByDomain, out IReadOnlyList<ForestTrustRow> Trusts, out IReadOnlyList<ForestDiscoveryStep> Steps, out Boolean RootDseOk, out Boolean DomainsOk, out Boolean DomainControllersOk, out Boolean TrustsOk) #Returns:
VoidParameters
- EffectiveForestName String
- EffectiveDomainName String
- Domains IReadOnlyList<String>
- DomainControllers IReadOnlyList<String>
- DomainControllersByDomain IReadOnlyList<DomainControllersByDomainRow>
- Trusts IReadOnlyList<ForestTrustRow>
- Steps IReadOnlyList<ForestDiscoveryStep>
- RootDseOk Boolean
- DomainsOk Boolean
- DomainControllersOk Boolean
- TrustsOk Boolean
public override Int32 GetHashCode() #Returns:
Int32public override String ToString() #Returns:
StringInherited Methods
Properties
public String EffectiveForestName { get; set; } #public String EffectiveDomainName { get; set; } #public IReadOnlyList<String> Domains { get; set; } #public IReadOnlyList<String> DomainControllers { get; set; } #public IReadOnlyList<DomainControllersByDomainRow> DomainControllersByDomain { get; set; } #public IReadOnlyList<ForestTrustRow> Trusts { get; set; } #public IReadOnlyList<ForestDiscoveryStep> Steps { get; set; } #public Boolean RootDseOk { get; set; } #public Boolean DomainsOk { get; set; } #public Boolean DomainControllersOk { get; set; } #public Boolean TrustsOk { get; set; } #