Compartir a través de


EnabledConfig Class

Definition

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

Constructors

EnabledConfig()

Properties

Enabled

Methods

DeserializeFromDictionary(IDictionary)
DeserializeFromPSObject(PSObject)
FromJson(JsonNode)
FromJsonString(String)
ToJson(JsonObject, SerializationMode)
ToJsonString()

Applies to