Configuration 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.
Represents a Configuration.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Models.Api20180601Preview.ConfigurationTypeConverter))]
public class Configuration : Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Models.Api20180601Preview.IConfiguration, Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Models.Api20180601Preview.ConfigurationTypeConverter))>]
type Configuration = class
interface IConfiguration
interface IJsonSerializable
interface IProxyResource
interface IValidates
Public Class Configuration
Implements IConfiguration, IValidates
- Inheritance
-
Configuration
- Attributes
- Implements
Constructors
Configuration() |
Creates an new Configuration 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. |
Id |
Resource ID |
Name |
Resource name. |
Source |
Source of the configuration. |
Type |
Resource type. |
Value |
Value of the configuration. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of Configuration. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of Configuration. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Models.Api20180601Preview.IConfiguration. |
FromJsonString(String) |
Creates a new instance of Configuration, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of Configuration into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |