Share via


ConnectionsOperations interface

Connections Interface for managing connections.

Properties

getConnection

Get the details of a single connection, without credentials

getConnectionWithSecrets

Get the details of a single connections, including credentials (if available).

listConnections

List the details of all the connections (not including their credentials)

Property Details

getConnection

Get the details of a single connection, without credentials

getConnection: (connectionName: string, options?: GetConnectionOptionalParams) => Promise<GetConnectionResponseOutput>

Property Value

(connectionName: string, options?: GetConnectionOptionalParams) => Promise<GetConnectionResponseOutput>

getConnectionWithSecrets

Get the details of a single connections, including credentials (if available).

getConnectionWithSecrets: (connectionName: string, options?: GetConnectionWithSecretsOptionalParams) => Promise<GetConnectionResponseOutput>

Property Value

(connectionName: string, options?: GetConnectionWithSecretsOptionalParams) => Promise<GetConnectionResponseOutput>

listConnections

List the details of all the connections (not including their credentials)

listConnections: (options?: ListConnectionsOptionalParams) => Promise<GetConnectionResponseOutput[]>

Property Value

(options?: ListConnectionsOptionalParams) => Promise<GetConnectionResponseOutput[]>