ResourceForestSettings Class

Definition

Settings for Resource Forest

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

Constructors

Name Description
ResourceForestSettings()

Creates an new ResourceForestSettings instance.

Properties

Name Description
ResourceForest

Resource Forest

Setting

List of settings for Resource Forest

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ResourceForestSettings.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ResourceForestSettings.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ResourceForestSettings into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to