LogAnalyticsOperationsExtensions.ExportRequestRateByIntervalAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Exportez les journaux qui affichent les demandes d’API effectuées par cet abonnement dans la fenêtre de temps donnée pour afficher les activités de limitation.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Fluent.Models.LogAnalyticsOperationResultInner> ExportRequestRateByIntervalAsync (this Microsoft.Azure.Management.Compute.Fluent.ILogAnalyticsOperations operations, Microsoft.Azure.Management.Compute.Fluent.Models.RequestRateByIntervalInput parameters, string location, System.Threading.CancellationToken cancellationToken = default);
static member ExportRequestRateByIntervalAsync : Microsoft.Azure.Management.Compute.Fluent.ILogAnalyticsOperations * Microsoft.Azure.Management.Compute.Fluent.Models.RequestRateByIntervalInput * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Fluent.Models.LogAnalyticsOperationResultInner>
<Extension()>
Public Function ExportRequestRateByIntervalAsync (operations As ILogAnalyticsOperations, parameters As RequestRateByIntervalInput, location As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of LogAnalyticsOperationResultInner)
Paramètres
- operations
- ILogAnalyticsOperations
Groupe d’opérations pour cette méthode d’extension.
- parameters
- RequestRateByIntervalInput
Paramètres fournis à l’API getRequestRateByInterval logAnalytics.
- location
- String
Emplacement sur lequel les tailles des machines virtuelles sont interrogées.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
S’applique à
Azure SDK for .NET