ConnectionsOperations 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 ConnectionsOperations sub-client.
public class ConnectionsOperations
type ConnectionsOperations = class
Public Class ConnectionsOperations
- Inheritance
-
ConnectionsOperations
Constructors
ConnectionsOperations() |
Initializes a new instance of ConnectionsOperations 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. |