ConnectionTypeCreateOrUpdateParameters Class

Definition

The parameters supplied to the create or update connection type operation.

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

Constructors

ConnectionTypeCreateOrUpdateParameters()

Initializes a new instance of the ConnectionTypeCreateOrUpdateParameters class.

ConnectionTypeCreateOrUpdateParameters(String, ConnectionTypeCreateOrUpdateProperties)
ConnectionTypeCreateOrUpdateParameters(String, IDictionary<String,FieldDefinition>, Nullable<Boolean>)

Initializes a new instance of the ConnectionTypeCreateOrUpdateParameters class.

Properties

FieldDefinitions

Gets or sets the field definitions of the connection type.

IsGlobal

Gets or sets a Boolean value to indicate if the connection type is global.

Name

Gets or sets the name of the connection type.

Properties

Methods

Validate()

Validate the object.

Applies to