CognitiveServicesProjectResource.GetCognitiveServicesProjectConnectionAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Lists Cognitive Services project connection by name.
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.CognitiveServices.CognitiveServicesProjectConnectionResource>> GetCognitiveServicesProjectConnectionAsync(string connectionName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetCognitiveServicesProjectConnectionAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.CognitiveServices.CognitiveServicesProjectConnectionResource>>
override this.GetCognitiveServicesProjectConnectionAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.CognitiveServices.CognitiveServicesProjectConnectionResource>>
Public Overridable Function GetCognitiveServicesProjectConnectionAsync (connectionName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of CognitiveServicesProjectConnectionResource))
Parameters
- connectionName
- String
Friendly name of the connection.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
connectionName is null.
connectionName is an empty string, and was expected to be non-empty.