ConfigurationProperties 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.
The properties of a configuration.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.ConfigurationPropertiesTypeConverter))]
public class ConfigurationProperties : Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IConfigurationProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.ConfigurationPropertiesTypeConverter))>]
type ConfigurationProperties = class
interface IConfigurationProperties
interface IJsonSerializable
Public Class ConfigurationProperties
Implements IConfigurationProperties
- Inheritance
-
ConfigurationProperties
- Attributes
- Implements
Constructors
ConfigurationProperties() |
Creates an new ConfigurationProperties instance. |
Properties
AllowedValue |
Allowed values of the configuration. |
DataType |
Data type of the configuration. |
DefaultValue |
Default value of the configuration. |
Description |
Description of the configuration. |
Source |
Source of the configuration. |
Value |
Value of the configuration. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ConfigurationProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ConfigurationProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IConfigurationProperties. |
FromJsonString(String) |
Creates a new instance of ConfigurationProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ConfigurationProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |