AIProjectConnectionsOperations Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
|
| 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
|
| GetDefaultConnection(Nullable<ConnectionType>, Boolean) |
Get the default connection. |
| GetDefaultConnectionAsync(Nullable<ConnectionType>, Boolean) |
Get the default connection. |