Share via


ConnectionType

The ConnectionType entity represents a System Management Automation connection type. The ConnectionTypes collection includes all of the connection types in the local System Management Automation environment.

Inheritance Hierarchy

Orchestrator.ResourceModel
  ConnectionType

Supported HTTP Verbs

Create (POST) Read (GET) Update (PUT) Delete (DELETE)

True

True

True

True

Entity Properties

For more information about how the properties of an entity interact with HTTP operations, see Service Management Automation Web Service Fundamentals.

Name Create (PUT) Read (GET) Update (POST) Delete (DELETE) Type Nullable Description

ConnectionTypeID

            -

      Optional*

      Required

      Required

Edm.Guid

False

Key Property

The unique identifier of the connection type.

CreationTime

            -

      Optional

            -

            -

Edm.DateTime

False

The date and time the connection type was created.

IsBeingCreated

            -

      Optional

      Optional

            -

Edm.Boolean

False

Important

The default value when initially creating a ConnectionType is true. You must set this value to false before using the ConectionType instance.

LastModifiedTime

            -

      Optional

            -

            -

Edm.DateTime

False

The date and time on the connection type was last modified.

Name

      Required

      Optional

            -

            -

Edm.String

False

The name of the connection type.

TenantID

            -

      Optional

            -

            -

Edm.Guid

False

The unique identifier of the tenant that manages the System Management Automation service.

*Direct access to the entity requires the key property ConnectionTypeID. This property is not required to simply enumerate the ConnectionTypes collection.

Relationships

For more information about how the relationships of an entity are used, see Service Management Automation Web Service Fundamentals.

Name Relationship Type From Property To Entity To Property

ConnectionFields

Many

ConnectionTypeID

ConnectionField

ConnectionTypeID

Connections

Many

ConnectionTypeID

Connection

ConnectionTypeID

Examples

Examples of supported data operations are available in the ConnectionTypes collection topic.

See Also

Concepts

ConnectionTypes