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.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET