ImagesOperations(ImageSearchClient) Constructor

Definition

Initializes a new instance of the ImagesOperations class.

public ImagesOperations (Microsoft.Azure.CognitiveServices.Search.ImageSearch.ImageSearchClient client);
new Microsoft.Azure.CognitiveServices.Search.ImageSearch.ImagesOperations : Microsoft.Azure.CognitiveServices.Search.ImageSearch.ImageSearchClient -> Microsoft.Azure.CognitiveServices.Search.ImageSearch.ImagesOperations
Public Sub New (client As ImageSearchClient)

Parameters

client
ImageSearchClient

Reference to the service client.

Exceptions

Thrown when a required parameter is null

Applies to