Partager via


ConnectionsOperations interface

Interface représentant une opération de connexions.

Propriétés

get

Obtenir une connexion par son nom, sans renseigner les informations d’identification de connexion

getDefault

Obtenir la connexion par défaut pour le projet

getWithCredentials

Obtenir une connexion par son nom, avec ses identifiants de connexion

list

Répertorier toutes les connexions du projet, sans renseigner les informations d’identification de connexion

Détails de la propriété

get

Obtenir une connexion par son nom, sans renseigner les informations d’identification de connexion

get: (name: string, includeCredentials?: boolean, options?: ConnectionsGetOptionalParams) => Promise<Connection>

Valeur de propriété

(name: string, includeCredentials?: boolean, options?: ConnectionsGetOptionalParams) => Promise<Connection>

getDefault

Obtenir la connexion par défaut pour le projet

getDefault: (connectionType: ConnectionType, includeCredentials?: boolean) => Promise<Connection>

Valeur de propriété

(connectionType: ConnectionType, includeCredentials?: boolean) => Promise<Connection>

getWithCredentials

Obtenir une connexion par son nom, avec ses identifiants de connexion

getWithCredentials: (name: string, options?: ConnectionsGetWithCredentialsOptionalParams) => Promise<Connection>

Valeur de propriété

(name: string, options?: ConnectionsGetWithCredentialsOptionalParams) => Promise<Connection>

list

Répertorier toutes les connexions du projet, sans renseigner les informations d’identification de connexion

list: (options?: ConnectionsListOptionalParams) => PagedAsyncIterableIterator<Connection, Connection[], PageSettings>

Valeur de propriété

(options?: ConnectionsListOptionalParams) => PagedAsyncIterableIterator<Connection, Connection[], PageSettings>