ConnectionsOperations interface
Connections Interface for managing connections.
Properties
get |
Get the details of a single connection, without credentials |
get |
Get the details of a single connections, including credentials (if available). |
list |
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[]>