Share via


ConnectionCreateOrUpdateParameters Constructors

Definition

Overloads

ConnectionCreateOrUpdateParameters()

Initializes a new instance of the ConnectionCreateOrUpdateParameters class.

ConnectionCreateOrUpdateParameters(String, ConnectionCreateOrUpdateProperties)
ConnectionCreateOrUpdateParameters(String, ConnectionTypeAssociationProperty, String, IDictionary<String,String>)

Initializes a new instance of the ConnectionCreateOrUpdateParameters class.

ConnectionCreateOrUpdateParameters()

Initializes a new instance of the ConnectionCreateOrUpdateParameters class.

public ConnectionCreateOrUpdateParameters ();
Public Sub New ()

Applies to

ConnectionCreateOrUpdateParameters(String, ConnectionCreateOrUpdateProperties)

public ConnectionCreateOrUpdateParameters (string name, Microsoft.Azure.Management.Automation.Models.ConnectionCreateOrUpdateProperties properties);
new Microsoft.Azure.Management.Automation.Models.ConnectionCreateOrUpdateParameters : string * Microsoft.Azure.Management.Automation.Models.ConnectionCreateOrUpdateProperties -> Microsoft.Azure.Management.Automation.Models.ConnectionCreateOrUpdateParameters
Public Sub New (name As String, properties As ConnectionCreateOrUpdateProperties)

Parameters

name
String

Applies to

ConnectionCreateOrUpdateParameters(String, ConnectionTypeAssociationProperty, String, IDictionary<String,String>)

Initializes a new instance of the ConnectionCreateOrUpdateParameters class.

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

Parameters

name
String

Gets or sets the name of the connection.

connectionType
ConnectionTypeAssociationProperty

Gets or sets the connectionType of the connection.

description
String

Gets or sets the description of the connection.

fieldDefinitionValues
IDictionary<String,String>

Gets or sets the field definition properties of the connection.

Applies to