Partager via


AzureMLServiceLinkedService Constructeurs

Définition

Surcharges

AzureMLServiceLinkedService()

Initialise une nouvelle instance de la classe AzureMLServiceLinkedService.

AzureMLServiceLinkedService(Object, Object, Object, IDictionary<String, Object>, IntegrationRuntimeReference, String, IDictionary<String, ParameterSpecification>, IList<Object>, Object, SecretBase, Object, Object)

Initialise une nouvelle instance de la classe AzureMLServiceLinkedService.

AzureMLServiceLinkedService()

Initialise une nouvelle instance de la classe AzureMLServiceLinkedService.

public AzureMLServiceLinkedService ();
Public Sub New ()

S’applique à

AzureMLServiceLinkedService(Object, Object, Object, IDictionary<String, Object>, IntegrationRuntimeReference, String, IDictionary<String, ParameterSpecification>, IList<Object>, Object, SecretBase, Object, Object)

Initialise une nouvelle instance de la classe 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)

Paramètres

subscriptionId
Object

ID d’abonnement à l’espace de travail Azure ML Service. Type : chaîne (ou Expression avec chaîne resultType).

resourceGroupName
Object

Nom du groupe de ressources de l’espace de travail Azure ML Service. Type : chaîne (ou Expression avec chaîne resultType).

mlWorkspaceName
Object

Nom de l’espace de travail Azure ML Service. Type : chaîne (ou Expression avec chaîne resultType).

additionalProperties
IDictionary<String,Object>

Les propriétés sans correspondance du message sont désérialisées cette collection

connectVia
IntegrationRuntimeReference

Référence du runtime d’intégration.

description
String

Description du service lié.

parameters
IDictionary<String,ParameterSpecification>

Paramètres du service lié.

annotations
IList<Object>

Liste des balises qui peuvent être utilisées pour décrire le service lié.

servicePrincipalId
Object

ID du principal de service utilisé pour l’authentification auprès du point de terminaison d’un pipeline de service Azure ML publié. Type : chaîne (ou Expression avec chaîne resultType).

servicePrincipalKey
SecretBase

Clé du principal de service utilisé pour l’authentification auprès du point de terminaison d’un pipeline Azure ML Service publié.

tenant
Object

Nom ou ID du locataire auquel appartient le principal de service. Type : chaîne (ou Expression avec chaîne resultType).

encryptedCredential
Object

Informations d’identification chiffrées utilisées pour l’authentification. Les informations d’identification sont chiffrées à l’aide du gestionnaire d’informations d’identification du runtime d’intégration. Type : chaîne (ou Expression avec chaîne resultType).

S’applique à