AzureMLServiceLinkedService Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle instance d’AzureMLServiceLinkedService.
public AzureMLServiceLinkedService (Azure.Core.Expressions.DataFactory.DataFactoryElement<string> subscriptionId, Azure.Core.Expressions.DataFactory.DataFactoryElement<string> resourceGroupName, Azure.Core.Expressions.DataFactory.DataFactoryElement<string> mlWorkspaceName);
new Azure.ResourceManager.DataFactory.Models.AzureMLServiceLinkedService : Azure.Core.Expressions.DataFactory.DataFactoryElement<string> * Azure.Core.Expressions.DataFactory.DataFactoryElement<string> * Azure.Core.Expressions.DataFactory.DataFactoryElement<string> -> Azure.ResourceManager.DataFactory.Models.AzureMLServiceLinkedService
Public Sub New (subscriptionId As DataFactoryElement(Of String), resourceGroupName As DataFactoryElement(Of String), mlWorkspaceName As DataFactoryElement(Of String))
Paramètres
- subscriptionId
- DataFactoryElement<String>
ID d’abonnement à l’espace de travail Azure ML Service. Type : chaîne (ou Expression avec chaîne resultType).
- resourceGroupName
- DataFactoryElement<String>
Nom du groupe de ressources de l’espace de travail Azure ML Service. Type : chaîne (ou Expression avec chaîne resultType).
- mlWorkspaceName
- DataFactoryElement<String>
Nom de l’espace de travail Azure ML Service. Type : chaîne (ou Expression avec chaîne resultType).
Exceptions
subscriptionId
, resourceGroupName
ou mlWorkspaceName
a la valeur Null.
S’applique à
Azure SDK for .NET