Share via


AIProjectConnectionsOperations Class

Definition

The AIProjectConnectionsOperations sub-client.

public class AIProjectConnectionsOperations
type AIProjectConnectionsOperations = class
Public Class AIProjectConnectionsOperations
Inheritance
AIProjectConnectionsOperations

Constructors

AIProjectConnectionsOperations()

Initializes a new instance of AIProjectConnectionsOperations for mocking.

Properties

Pipeline

The HTTP pipeline for sending and receiving REST requests and responses.

Methods

GetConnection(String, Boolean, String, CancellationToken)

Get a connection by name.

GetConnectionAsync(String, Boolean, String, CancellationToken)

Get a connection by name.

GetConnections(Nullable<ConnectionType>, Nullable<Boolean>, String, CancellationToken)

List all connections in the project, without populating connection credentials.

GetConnections(String, Nullable<Boolean>, String, RequestOptions)

[Protocol Method] List all connections in the project, without populating connection credentials

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
GetConnectionsAsync(Nullable<ConnectionType>, Nullable<Boolean>, String, CancellationToken)

List all connections in the project, without populating connection credentials.

GetConnectionsAsync(String, Nullable<Boolean>, String, RequestOptions)

[Protocol Method] List all connections in the project, without populating connection credentials

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
GetDefaultConnection(Nullable<ConnectionType>, Boolean)

Get the default connection.

GetDefaultConnectionAsync(Nullable<ConnectionType>, Boolean)

Get the default connection.

Applies to