ConnectionCreateOrUpdateParameters Class

Definition

The parameters supplied to the create or update connection operation.

public class ConnectionCreateOrUpdateParameters
[Microsoft.Rest.Serialization.JsonTransformation]
public class ConnectionCreateOrUpdateParameters
type ConnectionCreateOrUpdateParameters = class
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ConnectionCreateOrUpdateParameters = class
Public Class ConnectionCreateOrUpdateParameters
Inheritance
ConnectionCreateOrUpdateParameters
Attributes

Constructors

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.

Properties

ConnectionType

Gets or sets the connectionType of the connection.

Description

Gets or sets the description of the connection.

FieldDefinitionValues

Gets or sets the field definition properties of the connection.

Name

Gets or sets the name of the connection.

Properties

Methods

Validate()

Validate the object.

Applies to