KedaConfiguration 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.
Configuration properties Keda component
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.KedaConfigurationTypeConverter))]
public class KedaConfiguration : Microsoft.Azure.PowerShell.Cmdlets.App.Models.IKedaConfiguration
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.KedaConfigurationTypeConverter))>]
type KedaConfiguration = class
interface IKedaConfiguration
interface IJsonSerializable
Public Class KedaConfiguration
Implements IKedaConfiguration
- Inheritance
-
KedaConfiguration
- Attributes
- Implements
Constructors
KedaConfiguration() |
Creates an new KedaConfiguration instance. |
Properties
Version |
The version of Keda |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of KedaConfiguration. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of KedaConfiguration. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.App.Models.IKedaConfiguration. |
FromJsonString(String) |
Creates a new instance of KedaConfiguration, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of KedaConfiguration into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |