Condividi tramite


CustomInstance(CustomSearchClient) Constructor

Definition

Initializes a new instance of the CustomInstance class.

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)

Parameters

client
CustomSearchClient

Reference to the service client.

Exceptions

Thrown when a required parameter is null

Applies to