LogAnalyticsClient Interface
public interface LogAnalyticsClient
An instance of this class provides access to all the operations defined in LogAnalyticsClient.
Method Summary
Method Details
beginExportRequestRateByInterval
public abstract SyncPoller
Export logs that show Api requests made by this subscription in the given time window to show throttling activities.
Parameters:
Returns:
beginExportRequestRateByInterval
public abstract SyncPoller
Export logs that show Api requests made by this subscription in the given time window to show throttling activities.
Parameters:
Returns:
beginExportRequestRateByIntervalAsync
public abstract PollerFlux
Export logs that show Api requests made by this subscription in the given time window to show throttling activities.
Parameters:
Returns:
beginExportThrottledRequests
public abstract SyncPoller
Export logs that show total throttled Api requests for this subscription in the given time window.
Parameters:
Returns:
beginExportThrottledRequests
public abstract SyncPoller
Export logs that show total throttled Api requests for this subscription in the given time window.
Parameters:
Returns:
beginExportThrottledRequestsAsync
public abstract PollerFlux
Export logs that show total throttled Api requests for this subscription in the given time window.
Parameters:
Returns:
exportRequestRateByInterval
public abstract LogAnalyticsOperationResultInner exportRequestRateByInterval(String location, RequestRateByIntervalInput parameters)
Export logs that show Api requests made by this subscription in the given time window to show throttling activities.
Parameters:
Returns:
exportRequestRateByInterval
public abstract LogAnalyticsOperationResultInner exportRequestRateByInterval(String location, RequestRateByIntervalInput parameters, Context context)
Export logs that show Api requests made by this subscription in the given time window to show throttling activities.
Parameters:
Returns:
exportRequestRateByIntervalAsync
public abstract Mono
Export logs that show Api requests made by this subscription in the given time window to show throttling activities.
Parameters:
Returns:
exportRequestRateByIntervalWithResponseAsync
public abstract Mono
Export logs that show Api requests made by this subscription in the given time window to show throttling activities.
Parameters:
Returns:
exportThrottledRequests
public abstract LogAnalyticsOperationResultInner exportThrottledRequests(String location, ThrottledRequestsInput parameters)
Export logs that show total throttled Api requests for this subscription in the given time window.
Parameters:
Returns:
exportThrottledRequests
public abstract LogAnalyticsOperationResultInner exportThrottledRequests(String location, ThrottledRequestsInput parameters, Context context)
Export logs that show total throttled Api requests for this subscription in the given time window.
Parameters:
Returns:
exportThrottledRequestsAsync
public abstract Mono
Export logs that show total throttled Api requests for this subscription in the given time window.
Parameters:
Returns:
exportThrottledRequestsWithResponseAsync
public abstract Mono
Export logs that show total throttled Api requests for this subscription in the given time window.
Parameters:
Returns:
Applies to
Azure SDK for Java