AzureMLServiceLinkedService(Object, Object, Object) 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 (object subscriptionId, object resourceGroupName, object mlWorkspaceName);
new Azure.Analytics.Synapse.Artifacts.Models.AzureMLServiceLinkedService : obj * obj * obj -> Azure.Analytics.Synapse.Artifacts.Models.AzureMLServiceLinkedService
Public Sub New (subscriptionId As Object, resourceGroupName As Object, mlWorkspaceName As Object)
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).
Exceptions
subscriptionId
, resourceGroupName
ou mlWorkspaceName
a la valeur Null.
S’applique à
Azure SDK for .NET