共用方式為


ConfigurationListForBatchUpdate Constructors

Definition

Overloads

ConfigurationListForBatchUpdate()

Initializes a new instance of the ConfigurationListForBatchUpdate class.

ConfigurationListForBatchUpdate(IList<ConfigurationForBatchUpdate>)

Initializes a new instance of the ConfigurationListForBatchUpdate class.

ConfigurationListForBatchUpdate()

Initializes a new instance of the ConfigurationListForBatchUpdate class.

public ConfigurationListForBatchUpdate ();
Public Sub New ()

Applies to

ConfigurationListForBatchUpdate(IList<ConfigurationForBatchUpdate>)

Initializes a new instance of the ConfigurationListForBatchUpdate class.

public ConfigurationListForBatchUpdate (System.Collections.Generic.IList<Microsoft.Azure.Management.MySQL.FlexibleServers.Models.ConfigurationForBatchUpdate> value = default);
new Microsoft.Azure.Management.MySQL.FlexibleServers.Models.ConfigurationListForBatchUpdate : System.Collections.Generic.IList<Microsoft.Azure.Management.MySQL.FlexibleServers.Models.ConfigurationForBatchUpdate> -> Microsoft.Azure.Management.MySQL.FlexibleServers.Models.ConfigurationListForBatchUpdate
Public Sub New (Optional value As IList(Of ConfigurationForBatchUpdate) = Nothing)

Parameters

value
IList<ConfigurationForBatchUpdate>

The list of server configurations.

Applies to