MachineLearningWorkspaceResource.GetMachineLearningPrivateEndpointConnectionAsync Méthode
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.
Appelé par les utilisateurs finaux pour obtenir une connexion PE.
- Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/privateEndpointConnections/{privateEndpointConnectionName}
- IdPrivateEndpointConnections_Get d’opération
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.MachineLearning.MachineLearningPrivateEndpointConnectionResource>> GetMachineLearningPrivateEndpointConnectionAsync (string privateEndpointConnectionName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetMachineLearningPrivateEndpointConnectionAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.MachineLearning.MachineLearningPrivateEndpointConnectionResource>>
override this.GetMachineLearningPrivateEndpointConnectionAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.MachineLearning.MachineLearningPrivateEndpointConnectionResource>>
Public Overridable Function GetMachineLearningPrivateEndpointConnectionAsync (privateEndpointConnectionName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of MachineLearningPrivateEndpointConnectionResource))
Paramètres
- privateEndpointConnectionName
- String
Nom de la connexion du point de terminaison privé NRP.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Exceptions
privateEndpointConnectionName
est une chaîne vide, et on s’attendait à ce qu’elle ne soit pas vide.
privateEndpointConnectionName
a la valeur null.