IDomainServiceProperties.ResourceForestSettingSettings Property
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.
List of settings for Resource Forest
[Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.Info(Create=true, Description="List of settings for Resource Forest", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.IForestTrust) }, Read=true, ReadOnly=false, Required=false, SerializedName="settings", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.IForestTrust> ResourceForestSettingSettings { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.Info(Create=true, Description="List of settings for Resource Forest", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.IForestTrust) }, Read=true, ReadOnly=false, Required=false, SerializedName="settings", Update=true)>]
member this.ResourceForestSettingSettings : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.IForestTrust> with get, set
Public Property ResourceForestSettingSettings As List(Of IForestTrust)
Property Value
- Attributes