ApiKeyServiceClientCredentials(String) Constructor

Definition

Creates a new instance of the ApiKeyServiceClientCredentails class

public ApiKeyServiceClientCredentials (string subscriptionKey);
new Microsoft.Azure.CognitiveServices.Search.AutoSuggest.ApiKeyServiceClientCredentials : string -> Microsoft.Azure.CognitiveServices.Search.AutoSuggest.ApiKeyServiceClientCredentials
Public Sub New (subscriptionKey As String)

Parameters

subscriptionKey
String

The subscription key to authenticate and authorize as

Applies to