ConfigurationForBatchUpdate Constructors

Definition

Overloads

ConfigurationForBatchUpdate()

Initializes a new instance of the ConfigurationForBatchUpdate class.

ConfigurationForBatchUpdate(String, String, String)

Initializes a new instance of the ConfigurationForBatchUpdate class.

ConfigurationForBatchUpdate()

Initializes a new instance of the ConfigurationForBatchUpdate class.

public ConfigurationForBatchUpdate ();
Public Sub New ()

Applies to

ConfigurationForBatchUpdate(String, String, String)

Initializes a new instance of the ConfigurationForBatchUpdate class.

public ConfigurationForBatchUpdate (string name = default, string value = default, string source = default);
new Microsoft.Azure.Management.MySQL.FlexibleServers.Models.ConfigurationForBatchUpdate : string * string * string -> Microsoft.Azure.Management.MySQL.FlexibleServers.Models.ConfigurationForBatchUpdate
Public Sub New (Optional name As String = Nothing, Optional value As String = Nothing, Optional source As String = Nothing)

Parameters

name
String

Name of the configuration.

value
String

Value of the configuration.

source
String

Source of the configuration.

Applies to