ForestTrust Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Forest Trust Setting
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.ForestTrustTypeConverter))]
public class ForestTrust : Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.IForestTrust
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.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.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. |
| ToString() | |