Share via


ConnectionUpdateParameters Constructors

Definition

Overloads

ConnectionUpdateParameters()

Initializes a new instance of the ConnectionUpdateParameters class.

ConnectionUpdateParameters(String, String, IDictionary<String,String>)

Initializes a new instance of the ConnectionUpdateParameters class.

ConnectionUpdateParameters()

Initializes a new instance of the ConnectionUpdateParameters class.

public ConnectionUpdateParameters ();
Public Sub New ()

Applies to

ConnectionUpdateParameters(String, String, IDictionary<String,String>)

Initializes a new instance of the ConnectionUpdateParameters class.

public ConnectionUpdateParameters (string name = default, string description = default, System.Collections.Generic.IDictionary<string,string> fieldDefinitionValues = default);
new Microsoft.Azure.Management.Automation.Models.ConnectionUpdateParameters : string * string * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.Automation.Models.ConnectionUpdateParameters
Public Sub New (Optional name As String = Nothing, Optional description As String = Nothing, Optional fieldDefinitionValues As IDictionary(Of String, String) = Nothing)

Parameters

name
String

Gets or sets the name of the connection.

description
String

Gets or sets the description of the connection.

fieldDefinitionValues
IDictionary<String,String>

Gets or sets the field definition values of the connection.

Applies to