EnabledConfig 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.
Enabled configuration.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.EnabledConfigTypeConverter))]
public class EnabledConfig : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IEnabledConfig
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.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.Functions.Models.Api20231201.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. |