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

ConfigurationForBatchUpdateProperties Class

Definition

The properties can be updated for a configuration.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.ConfigurationForBatchUpdatePropertiesTypeConverter))]
public class ConfigurationForBatchUpdateProperties : Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IConfigurationForBatchUpdateProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.ConfigurationForBatchUpdatePropertiesTypeConverter))>]
type ConfigurationForBatchUpdateProperties = class
    interface IConfigurationForBatchUpdateProperties
    interface IJsonSerializable
Public Class ConfigurationForBatchUpdateProperties
Implements IConfigurationForBatchUpdateProperties
Inheritance
ConfigurationForBatchUpdateProperties
Attributes
Implements

Constructors

ConfigurationForBatchUpdateProperties()

Creates an new ConfigurationForBatchUpdateProperties instance.

Properties

Source

Source of the configuration.

Value

Value of the configuration.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ConfigurationForBatchUpdateProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ConfigurationForBatchUpdateProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IConfigurationForBatchUpdateProperties.

FromJsonString(String)

Creates a new instance of ConfigurationForBatchUpdateProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ConfigurationForBatchUpdateProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to