Partager via


MachineLearningWorkspaceResource.GetMachineLearningPrivateEndpointConnection Méthode

Définition

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 Azure.Response<Azure.ResourceManager.MachineLearning.MachineLearningPrivateEndpointConnectionResource> GetMachineLearningPrivateEndpointConnection (string privateEndpointConnectionName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetMachineLearningPrivateEndpointConnection : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.MachineLearning.MachineLearningPrivateEndpointConnectionResource>
override this.GetMachineLearningPrivateEndpointConnection : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.MachineLearning.MachineLearningPrivateEndpointConnectionResource>
Public Overridable Function GetMachineLearningPrivateEndpointConnection (privateEndpointConnectionName As String, Optional cancellationToken As CancellationToken = Nothing) As 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.

S’applique à