ConfigurationForBatchUpdateProperties 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 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. |