ServerListResult Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.ServerListResultTypeConverter))]
public class ServerListResult : Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServerListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.ServerListResultTypeConverter))>]
type ServerListResult = class
    interface IServerListResult
    interface IJsonSerializable
Public Class ServerListResult
Implements IServerListResult
Inheritance
ServerListResult
Attributes
Implements

Constructors

ServerListResult()

Properties

Value

Methods

DeserializeFromDictionary(IDictionary)
DeserializeFromPSObject(PSObject)
FromJson(JsonNode)
FromJsonString(String)
ToJson(JsonObject, SerializationMode)
ToJsonString()

Applies to