MockableMonitorSubscriptionResource.GetMonitorMetricsWithPostAsync 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.
Lists the metric data for a subscription. Parameters can be specified on either query params or the body.
- Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Insights/metrics
- Operation Id: Metrics_ListAtSubscriptionScopePost
- Default Api Version: 2021-05-01
public virtual Azure.AsyncPageable<Azure.ResourceManager.Monitor.Models.SubscriptionMonitorMetric> GetMonitorMetricsWithPostAsync (Azure.ResourceManager.Monitor.Models.SubscriptionResourceGetMonitorMetricsWithPostOptions options, System.Threading.CancellationToken cancellationToken = default);
abstract member GetMonitorMetricsWithPostAsync : Azure.ResourceManager.Monitor.Models.SubscriptionResourceGetMonitorMetricsWithPostOptions * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Monitor.Models.SubscriptionMonitorMetric>
override this.GetMonitorMetricsWithPostAsync : Azure.ResourceManager.Monitor.Models.SubscriptionResourceGetMonitorMetricsWithPostOptions * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Monitor.Models.SubscriptionMonitorMetric>
Public Overridable Function GetMonitorMetricsWithPostAsync (options As SubscriptionResourceGetMonitorMetricsWithPostOptions, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of SubscriptionMonitorMetric)
Parameters
A property bag which contains all the parameters of this method except the LRO qualifier and request context parameter.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
An async collection of SubscriptionMonitorMetric that may take multiple service requests to iterate over.
Exceptions
options
is null.
Applies to
Azure SDK for .NET