다음을 통해 공유


ConnectionsOperations Class

Definition

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

  • 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