Method | Description | |
---|---|---|
Suggestions ( this operations, string subscriptionKey = default(string), string ocpApimSubscriptionKey = default(string) ) : void |
This operation provides suggestions for a given query or partial query.
|
|
SuggestionsAsync ( this operations, string subscriptionKey = default(string), string ocpApimSubscriptionKey = default(string), System cancellationToken = default(System.Threading.CancellationToken) ) : System.Threading.Tasks.Task |
This operation provides suggestions for a given query or partial query.
|
public static Suggestions ( this operations, string subscriptionKey = default(string), string ocpApimSubscriptionKey = default(string) ) : void | ||
operations | this | /// The operations group for this extension method. /// |
subscriptionKey | string | /// subscription key in url /// |
ocpApimSubscriptionKey | string | /// subscription key in header /// |
return | void |
public static SuggestionsAsync ( this operations, string subscriptionKey = default(string), string ocpApimSubscriptionKey = default(string), System cancellationToken = default(System.Threading.CancellationToken) ) : System.Threading.Tasks.Task | ||
operations | this | /// The operations group for this extension method. /// |
subscriptionKey | string | /// subscription key in url /// |
ocpApimSubscriptionKey | string | /// subscription key in header /// |
cancellationToken | System | /// The cancellation token. /// |
return | System.Threading.Tasks.Task |