CognitiveServicesAccountKey(String) コンストラクター

定義

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)

パラメーター

key
String

スキルセットにアタッチされているコグニティブ サービス リソースのプロビジョニングに使用されるキー。

例外

key が null です。

適用対象