Share via


EnabledConfig Class

Definition

Enabled configuration.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.EnabledConfigTypeConverter))]
public class EnabledConfig : Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IEnabledConfig
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.EnabledConfigTypeConverter))>]
type EnabledConfig = class
    interface IEnabledConfig
    interface IJsonSerializable
Public Class EnabledConfig
Implements IEnabledConfig
Inheritance
EnabledConfig
Attributes
Implements

Constructors

EnabledConfig()

Creates an new EnabledConfig instance.

Properties

Enabled

True if configuration is enabled, false if it is disabled and null if configuration is not set.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of EnabledConfig.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of EnabledConfig.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IEnabledConfig.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of EnabledConfig into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to