Partager via


IReportsOperations Interface

Définition

Opérations ReportsOperations.

public interface IReportsOperations
type IReportsOperations = interface
Public Interface IReportsOperations

Méthodes

ListByApiNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Répertorie les enregistrements de rapport par API.

ListByApiWithHttpMessagesAsync(ODataQuery<ReportRecordContract>, String, String, Dictionary<String,List<String>>, CancellationToken)

Répertorie les enregistrements de rapport par API.

ListByGeoNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Répertorie les enregistrements de rapport par zone géographique.

ListByGeoWithHttpMessagesAsync(ODataQuery<ReportRecordContract>, String, String, Dictionary<String,List<String>>, CancellationToken)

Répertorie les enregistrements de rapport par zone géographique.

ListByOperationNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Répertorie les enregistrements de rapport par opérations d’API.

ListByOperationWithHttpMessagesAsync(ODataQuery<ReportRecordContract>, String, String, Dictionary<String,List<String>>, CancellationToken)

Répertorie les enregistrements de rapport par opérations d’API.

ListByProductNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Répertorie les enregistrements de rapport par produit.

ListByProductWithHttpMessagesAsync(ODataQuery<ReportRecordContract>, String, String, Dictionary<String,List<String>>, CancellationToken)

Répertorie les enregistrements de rapport par produit.

ListByRequestWithHttpMessagesAsync(ODataQuery<RequestReportRecordContract>, String, String, Dictionary<String,List<String>>, CancellationToken)

Répertorie les enregistrements de rapport par demande.

ListBySubscriptionNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Répertorie les enregistrements de rapport par abonnement.

ListBySubscriptionWithHttpMessagesAsync(ODataQuery<ReportRecordContract>, String, String, Dictionary<String,List<String>>, CancellationToken)

Répertorie les enregistrements de rapport par abonnement.

ListByTimeNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Répertorie les enregistrements de rapport par heure.

ListByTimeWithHttpMessagesAsync(ODataQuery<ReportRecordContract>, String, String, TimeSpan, Dictionary<String,List<String>>, CancellationToken)

Répertorie les enregistrements de rapport par heure.

ListByUserNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Répertorie les enregistrements de rapport par utilisateur.

ListByUserWithHttpMessagesAsync(ODataQuery<ReportRecordContract>, String, String, Dictionary<String,List<String>>, CancellationToken)

Répertorie les enregistrements de rapport par utilisateur.

Méthodes d’extension

ListByApi(IReportsOperations, ODataQuery<ReportRecordContract>, String, String)

Répertorie les enregistrements de rapport par API.

ListByApiAsync(IReportsOperations, ODataQuery<ReportRecordContract>, String, String, CancellationToken)

Répertorie les enregistrements de rapport par API.

ListByApiNext(IReportsOperations, String)

Répertorie les enregistrements de rapport par API.

ListByApiNextAsync(IReportsOperations, String, CancellationToken)

Répertorie les enregistrements de rapport par API.

ListByGeo(IReportsOperations, ODataQuery<ReportRecordContract>, String, String)

Répertorie les enregistrements de rapport par zone géographique.

ListByGeoAsync(IReportsOperations, ODataQuery<ReportRecordContract>, String, String, CancellationToken)

Répertorie les enregistrements de rapport par zone géographique.

ListByGeoNext(IReportsOperations, String)

Répertorie les enregistrements de rapport par zone géographique.

ListByGeoNextAsync(IReportsOperations, String, CancellationToken)

Répertorie les enregistrements de rapport par zone géographique.

ListByOperation(IReportsOperations, ODataQuery<ReportRecordContract>, String, String)

Répertorie les enregistrements de rapport par opérations d’API.

ListByOperationAsync(IReportsOperations, ODataQuery<ReportRecordContract>, String, String, CancellationToken)

Répertorie les enregistrements de rapport par opérations d’API.

ListByOperationNext(IReportsOperations, String)

Répertorie les enregistrements de rapport par opérations d’API.

ListByOperationNextAsync(IReportsOperations, String, CancellationToken)

Répertorie les enregistrements de rapport par opérations d’API.

ListByProduct(IReportsOperations, ODataQuery<ReportRecordContract>, String, String)

Répertorie les enregistrements de rapport par produit.

ListByProductAsync(IReportsOperations, ODataQuery<ReportRecordContract>, String, String, CancellationToken)

Répertorie les enregistrements de rapport par produit.

ListByProductNext(IReportsOperations, String)

Répertorie les enregistrements de rapport par produit.

ListByProductNextAsync(IReportsOperations, String, CancellationToken)

Répertorie les enregistrements de rapport par produit.

ListByRequest(IReportsOperations, ODataQuery<RequestReportRecordContract>, String, String)

Répertorie les enregistrements de rapport par demande.

ListByRequestAsync(IReportsOperations, ODataQuery<RequestReportRecordContract>, String, String, CancellationToken)

Répertorie les enregistrements de rapport par demande.

ListBySubscription(IReportsOperations, ODataQuery<ReportRecordContract>, String, String)

Répertorie les enregistrements de rapport par abonnement.

ListBySubscriptionAsync(IReportsOperations, ODataQuery<ReportRecordContract>, String, String, CancellationToken)

Répertorie les enregistrements de rapport par abonnement.

ListBySubscriptionNext(IReportsOperations, String)

Répertorie les enregistrements de rapport par abonnement.

ListBySubscriptionNextAsync(IReportsOperations, String, CancellationToken)

Répertorie les enregistrements de rapport par abonnement.

ListByTime(IReportsOperations, ODataQuery<ReportRecordContract>, String, String, TimeSpan)

Répertorie les enregistrements de rapport par heure.

ListByTimeAsync(IReportsOperations, ODataQuery<ReportRecordContract>, String, String, TimeSpan, CancellationToken)

Répertorie les enregistrements de rapport par heure.

ListByTimeNext(IReportsOperations, String)

Répertorie les enregistrements de rapport par heure.

ListByTimeNextAsync(IReportsOperations, String, CancellationToken)

Répertorie les enregistrements de rapport par heure.

ListByUser(IReportsOperations, ODataQuery<ReportRecordContract>, String, String)

Répertorie les enregistrements de rapport par utilisateur.

ListByUserAsync(IReportsOperations, ODataQuery<ReportRecordContract>, String, String, CancellationToken)

Répertorie les enregistrements de rapport par utilisateur.

ListByUserNext(IReportsOperations, String)

Répertorie les enregistrements de rapport par utilisateur.

ListByUserNextAsync(IReportsOperations, String, CancellationToken)

Répertorie les enregistrements de rapport par utilisateur.

S’applique à