CustomInstance(CustomSearchClient) コンストラクター

定義

CustomInstance クラスの新しいインスタンスを初期化します。

public CustomInstance (Microsoft.Azure.CognitiveServices.Search.CustomSearch.CustomSearchClient client);
new Microsoft.Azure.CognitiveServices.Search.CustomSearch.CustomInstance : Microsoft.Azure.CognitiveServices.Search.CustomSearch.CustomSearchClient -> Microsoft.Azure.CognitiveServices.Search.CustomSearch.CustomInstance
Public Sub New (client As CustomSearchClient)

パラメーター

client
CustomSearchClient

サービス クライアントへの参照。

例外

必須パラメーターが null の場合にスローされます

適用対象