ConfigurationPropertiesAutoGenerated 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.Api20210501.ConfigurationPropertiesAutoGeneratedTypeConverter))]
public class ConfigurationPropertiesAutoGenerated : Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IConfigurationPropertiesAutoGenerated
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.ConfigurationPropertiesAutoGeneratedTypeConverter))>]
type ConfigurationPropertiesAutoGenerated = class
interface IConfigurationPropertiesAutoGenerated
interface IJsonSerializable
Public Class ConfigurationPropertiesAutoGenerated
Implements IConfigurationPropertiesAutoGenerated
- Inheritance
-
ConfigurationPropertiesAutoGenerated
- Attributes
- Implements
Constructors
ConfigurationPropertiesAutoGenerated() |
Creates an new ConfigurationPropertiesAutoGenerated 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. |
IsConfigPendingRestart |
If is the configuration pending restart or not. |
IsDynamicConfig |
If is the configuration dynamic. |
IsReadOnly |
If is the configuration read only. |
Source |
Source of the configuration. |
Value |
Value of the configuration. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ConfigurationPropertiesAutoGenerated. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ConfigurationPropertiesAutoGenerated. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IConfigurationPropertiesAutoGenerated. |
FromJsonString(String) |
Creates a new instance of ConfigurationPropertiesAutoGenerated, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ConfigurationPropertiesAutoGenerated into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |