Share via


CustomInstance(CustomImageSearchClient) Constructor

Definition

Initializes a new instance of the CustomInstance class.

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

Parameters

client
CustomImageSearchClient

Reference to the service client.

Exceptions

Thrown when a required parameter is null

Applies to