ConfigurationListForBatchUpdate Constructors
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.
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.