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

ConnectionProperties(ConnectionType, String) Constructor

Definition

Initializes a new instance of ConnectionProperties.

protected ConnectionProperties(Azure.AI.Projects.ConnectionType category, string target);
new Azure.AI.Projects.ConnectionProperties : Azure.AI.Projects.ConnectionType * string -> Azure.AI.Projects.ConnectionProperties
Protected Sub New (category As ConnectionType, target As String)

Parameters

category
ConnectionType

Category of the connection.

target
String

The connection URL to be used for this service.

Exceptions

target is null.

Applies to