Condividi tramite


CognitiveServicesAccountKey(String) Constructor

Definition

Initializes a new instance of CognitiveServicesAccountKey.

public CognitiveServicesAccountKey (string key);
new Azure.Search.Documents.Indexes.Models.CognitiveServicesAccountKey : string -> Azure.Search.Documents.Indexes.Models.CognitiveServicesAccountKey
Public Sub New (key As String)

Parameters

key
String

The key used to provision the Azure AI service resource attached to a skillset.

Exceptions

key is null.

Applies to