MetricsAdvisorClient.GetAllFeedback Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a collection of MetricFeedback related to the given metric.
public virtual Azure.Pageable<Azure.AI.MetricsAdvisor.MetricFeedback> GetAllFeedback (string metricId, Azure.AI.MetricsAdvisor.GetAllFeedbackOptions options = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllFeedback : string * Azure.AI.MetricsAdvisor.GetAllFeedbackOptions * System.Threading.CancellationToken -> Azure.Pageable<Azure.AI.MetricsAdvisor.MetricFeedback>
override this.GetAllFeedback : string * Azure.AI.MetricsAdvisor.GetAllFeedbackOptions * System.Threading.CancellationToken -> Azure.Pageable<Azure.AI.MetricsAdvisor.MetricFeedback>
Public Overridable Function GetAllFeedback (metricId As String, Optional options As GetAllFeedbackOptions = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of MetricFeedback)
Parameters
- metricId
- String
The ID of the metric.
- options
- GetAllFeedbackOptions
The optional GetAllFeedbackOptions containing the options to apply to the request.
- cancellationToken
- CancellationToken
A CancellationToken controlling the request lifetime.
Returns
A Pageable<T> containing the collection of MetricFeedback.
Exceptions
metricId
is null.
metricId
is empty or not a valid GUID.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET