ForestTrust Class

Definition

Forest Trust Setting

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.ForestTrustTypeConverter))]
public class ForestTrust : Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IForestTrust
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.ForestTrustTypeConverter))>]
type ForestTrust = class
    interface IForestTrust
    interface IJsonSerializable
Public Class ForestTrust
Implements IForestTrust
Inheritance
ForestTrust
Attributes
Implements

Constructors

Name Description
ForestTrust()

Creates an new ForestTrust instance.

Properties

Name Description
FriendlyName

Friendly Name

RemoteDnsIP

Remote Dns ips

TrustDirection

Trust Direction

TrustedDomainFqdn

Trusted Domain FQDN

TrustPassword

Trust Password

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ForestTrust.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ForestTrust.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IForestTrust.

FromJsonString(String)

Creates a new instance of ForestTrust, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ForestTrust into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to