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

ConfigurationListResultAutoGenerated Class

Definition

A list of server configurations.

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

Constructors

ConfigurationListResultAutoGenerated()

Creates an new ConfigurationListResultAutoGenerated instance.

Properties

NextLink

The link used to get the next page of operations.

Value

The list of server configurations.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ConfigurationListResultAutoGenerated.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ConfigurationListResultAutoGenerated.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ConfigurationListResultAutoGenerated into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to