你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
AzureMLServiceLinkedService 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
AzureMLServiceLinkedService() |
初始化 AzureMLServiceLinkedService 类的新实例。 |
AzureMLServiceLinkedService(Object, Object, Object, IDictionary<String, Object>, IntegrationRuntimeReference, String, IDictionary<String, ParameterSpecification>, IList<Object>, Object, SecretBase, Object, Object) |
初始化 AzureMLServiceLinkedService 类的新实例。 |
AzureMLServiceLinkedService()
初始化 AzureMLServiceLinkedService 类的新实例。
public AzureMLServiceLinkedService ();
Public Sub New ()
适用于
AzureMLServiceLinkedService(Object, Object, Object, IDictionary<String, Object>, IntegrationRuntimeReference, String, IDictionary<String, ParameterSpecification>, IList<Object>, Object, SecretBase, Object, Object)
初始化 AzureMLServiceLinkedService 类的新实例。
public AzureMLServiceLinkedService (object subscriptionId, object resourceGroupName, object mlWorkspaceName, System.Collections.Generic.IDictionary<string,object> additionalProperties = default, Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeReference connectVia = default, string description = default, System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification> parameters = default, System.Collections.Generic.IList<object> annotations = default, object servicePrincipalId = default, Microsoft.Azure.Management.DataFactory.Models.SecretBase servicePrincipalKey = default, object tenant = default, object encryptedCredential = default);
new Microsoft.Azure.Management.DataFactory.Models.AzureMLServiceLinkedService : obj * obj * obj * System.Collections.Generic.IDictionary<string, obj> * Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeReference * string * System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification> * System.Collections.Generic.IList<obj> * obj * Microsoft.Azure.Management.DataFactory.Models.SecretBase * obj * obj -> Microsoft.Azure.Management.DataFactory.Models.AzureMLServiceLinkedService
Public Sub New (subscriptionId As Object, resourceGroupName As Object, mlWorkspaceName As Object, Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional connectVia As IntegrationRuntimeReference = Nothing, Optional description As String = Nothing, Optional parameters As IDictionary(Of String, ParameterSpecification) = Nothing, Optional annotations As IList(Of Object) = Nothing, Optional servicePrincipalId As Object = Nothing, Optional servicePrincipalKey As SecretBase = Nothing, Optional tenant As Object = Nothing, Optional encryptedCredential As Object = Nothing)
参数
- subscriptionId
- Object
Azure ML 服务工作区订阅 ID。 类型:包含 resultType 字符串) 的字符串 (或表达式。
- resourceGroupName
- Object
Azure ML 服务工作区资源组名称。 类型:包含 resultType 字符串) 的字符串 (或表达式。
- mlWorkspaceName
- Object
Azure ML 服务工作区名称。 类型:包含 resultType 字符串) 的字符串 (或表达式。
- additionalProperties
- IDictionary<String,Object>
消息中的不匹配属性将对此集合进行反序列化
- connectVia
- IntegrationRuntimeReference
集成运行时引用。
- description
- String
链接服务说明。
- parameters
- IDictionary<String,ParameterSpecification>
链接服务的参数。
- servicePrincipalId
- Object
用于针对已发布 Azure ML 服务管道的终结点进行身份验证的服务主体的 ID。 类型:包含 resultType 字符串) 的字符串 (或表达式。
- servicePrincipalKey
- SecretBase
用于针对已发布 Azure ML 服务管道的终结点进行身份验证的服务主体的密钥。
- tenant
- Object
服务主体所属租户的名称或 ID。 类型:包含 resultType 字符串) 的字符串 (或表达式。
- encryptedCredential
- Object
用于身份验证的加密凭据。 使用集成运行时凭据管理器加密凭据。 类型:包含 resultType 字符串) 的字符串 (或表达式。