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
| Name | Description |
|---|---|
| AIProjectConnectionsOperations() |
Initializes a new instance of AIProjectConnectionsOperations for mocking. |
Properties
| Name | Description |
|---|---|
| Pipeline |
The HTTP pipeline for sending and receiving REST requests and responses. |
Methods
| Name | Description |
|---|---|
| GetConnection(String, Boolean, CancellationToken) |
Get a connection by name. |
| GetConnectionAsync(String, Boolean, CancellationToken) |
Get a connection by name. |
| GetConnections(Nullable<ConnectionType>, Nullable<Boolean>, CancellationToken) |
Returns the connections available in the current project, optionally filtered by type or default status. |
| GetConnections(String, Nullable<Boolean>, RequestOptions) |
[Protocol Method] Returns the connections available in the current project, optionally filtered by type or default status.
|
| GetConnectionsAsync(Nullable<ConnectionType>, Nullable<Boolean>, CancellationToken) |
Returns the connections available in the current project, optionally filtered by type or default status. |
| GetConnectionsAsync(String, Nullable<Boolean>, RequestOptions) |
[Protocol Method] Returns the connections available in the current project, optionally filtered by type or default status.
|
| GetDefaultConnection(Nullable<ConnectionType>, Boolean) |
Get the default connection. |
| GetDefaultConnectionAsync(Nullable<ConnectionType>, Boolean) |
Get the default connection. |