你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ConnectionsClient 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 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.
|