ConnectionType interface

Definition of the connection type.

Properties

creationTime

Gets the creation time. NOTE: This property will not be serialized. It can only be populated by the server.

description

Gets or sets the description.

fieldDefinitions

Gets the field definitions of the connection type. NOTE: This property will not be serialized. It can only be populated by the server.

id

Gets the id of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

isGlobal

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

lastModifiedTime

Gets or sets the last modified time.

name

Gets the name of the connection type. NOTE: This property will not be serialized. It can only be populated by the server.

type

Resource type NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

creationTime

Gets the creation time. NOTE: This property will not be serialized. It can only be populated by the server.

creationTime?: Date

Property Value

Date

description

Gets or sets the description.

description?: string

Property Value

string

fieldDefinitions

Gets the field definitions of the connection type. NOTE: This property will not be serialized. It can only be populated by the server.

fieldDefinitions?: {[propertyName: string]: FieldDefinition}

Property Value

{[propertyName: string]: FieldDefinition}

id

Gets the id of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

id?: string

Property Value

string

isGlobal

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

isGlobal?: boolean

Property Value

boolean

lastModifiedTime

Gets or sets the last modified time.

lastModifiedTime?: Date

Property Value

Date

name

Gets the name of the connection type. NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

Property Value

string

type

Resource type NOTE: This property will not be serialized. It can only be populated by the server.

type?: string

Property Value

string