次の方法で共有


ConnectionsClient Class

Definition

The Endpoints sub-client.

public class ConnectionsClient
type ConnectionsClient = class
Public Class ConnectionsClient
Inheritance
ConnectionsClient

Constructors

ConnectionsClient()

Initializes a new instance of ConnectionsClient for mocking.

ConnectionsClient(String, TokenCredential, AIProjectClientOptions)

Initializes a new instance of AzureAIClient.

ConnectionsClient(String, TokenCredential)

Initializes a new instance of AzureAIClient.

ConnectionsClient(Uri, String, String, String, TokenCredential, AIProjectClientOptions)

Initializes a new instance of AzureAIClient.

ConnectionsClient(Uri, String, String, String, TokenCredential)

Initializes a new instance of AzureAIClient.

Properties

Pipeline

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

Methods

GetConnection(String, CancellationToken)

Get the details of a single connection, without credentials.

GetConnection(String, RequestContext)

[Protocol Method] Get the details of a single connection, without credentials.

GetConnectionAsync(String, CancellationToken)

Get the details of a single connection, without credentials.

GetConnectionAsync(String, RequestContext)

[Protocol Method] Get the details of a single connection, without credentials.

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

List the details of all the connections (not including their credentials).

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

[Protocol Method] List the details of all the connections (not including their credentials)

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

List the details of all the connections (not including their credentials).

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

[Protocol Method] List the details of all the connections (not including their credentials)

GetConnectionWithSecrets(String, RequestContent, RequestContext)

[Protocol Method] Get the details of a single connection, including credentials (if available).

GetConnectionWithSecrets(String, String, CancellationToken)

Get the details of a single connection, including credentials (if available).

GetConnectionWithSecretsAsync(String, RequestContent, RequestContext)

[Protocol Method] Get the details of a single connection, including credentials (if available).

GetConnectionWithSecretsAsync(String, String, CancellationToken)

Get the details of a single connection, including credentials (if available).

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

Get the details of a single connection.

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

List the details of all the connections (not including their credentials).

GetWorkspace(CancellationToken)

Gets the properties of the specified machine learning workspace.

GetWorkspace(RequestContext)

[Protocol Method] Gets the properties of the specified machine learning workspace.

GetWorkspaceAsync(CancellationToken)

Gets the properties of the specified machine learning workspace.

GetWorkspaceAsync(RequestContext)

[Protocol Method] Gets the properties of the specified machine learning workspace.

Applies to