Share via


IEnabledConfig Interface

Definition

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

Properties

Enabled

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

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to