你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ConfigurationProperties Class

Definition

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.

Applies to