ConfigurationListResultAutoGenerated 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.
A list of server configurations.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.ConfigurationListResultAutoGeneratedTypeConverter))]
public class ConfigurationListResultAutoGenerated : Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IConfigurationListResultAutoGenerated
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.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.PostgreSql.Models.Api20210601.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. |