QueryTextsOperationsExtensions Class

Definition

Extension methods for QueryTextsOperations.

public static class QueryTextsOperationsExtensions
type QueryTextsOperationsExtensions = class
Public Module QueryTextsOperationsExtensions
Inheritance
QueryTextsOperationsExtensions

Methods

Get(IQueryTextsOperations, String, String, String)

Retrieve the Query-Store query texts for the queryId.

GetAsync(IQueryTextsOperations, String, String, String, CancellationToken)

Retrieve the Query-Store query texts for the queryId.

ListByServer(IQueryTextsOperations, String, String, IList<String>)

Retrieve the Query-Store query texts for specified queryIds.

ListByServerAsync(IQueryTextsOperations, String, String, IList<String>, CancellationToken)

Retrieve the Query-Store query texts for specified queryIds.

ListByServerNext(IQueryTextsOperations, String)

Retrieve the Query-Store query texts for specified queryIds.

ListByServerNextAsync(IQueryTextsOperations, String, CancellationToken)

Retrieve the Query-Store query texts for specified queryIds.

Applies to