ConfigurationListResult Constructors

Definition

Overloads

ConfigurationListResult()

Initializes a new instance of the ConfigurationListResult class.

ConfigurationListResult(IList<Configuration>, String)

Initializes a new instance of the ConfigurationListResult class.

ConfigurationListResult()

Initializes a new instance of the ConfigurationListResult class.

public ConfigurationListResult ();
Public Sub New ()

Applies to

ConfigurationListResult(IList<Configuration>, String)

Initializes a new instance of the ConfigurationListResult class.

public ConfigurationListResult (System.Collections.Generic.IList<Microsoft.Azure.Management.MySQL.FlexibleServers.Models.Configuration> value = default, string nextLink = default);
new Microsoft.Azure.Management.MySQL.FlexibleServers.Models.ConfigurationListResult : System.Collections.Generic.IList<Microsoft.Azure.Management.MySQL.FlexibleServers.Models.Configuration> * string -> Microsoft.Azure.Management.MySQL.FlexibleServers.Models.ConfigurationListResult
Public Sub New (Optional value As IList(Of Configuration) = Nothing, Optional nextLink As String = Nothing)

Parameters

value
IList<Configuration>

The list of server configurations.

nextLink
String

The link used to get the next page of operations.

Applies to