Share via


Web(WebSearchClient) Constructor

Definition

Initializes a new instance of the Web class.

public Web (Microsoft.Azure.CognitiveServices.Search.WebSearch.WebSearchClient client);
new Microsoft.Azure.CognitiveServices.Search.WebSearch.Web : Microsoft.Azure.CognitiveServices.Search.WebSearch.WebSearchClient -> Microsoft.Azure.CognitiveServices.Search.WebSearch.Web
Public Sub New (client As WebSearchClient)

Parameters

client
WebSearchClient

Reference to the service client.

Exceptions

Thrown when a required parameter is null

Applies to