MockableMonitorSubscriptionResource.GetMonitorMetricsWithPostAsync Method
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)
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.
An async collection of SubscriptionMonitorMetric that may take multiple service requests to iterate over.
options
is null.
Azure SDK for .NET feedback
Azure SDK for .NET is an open source project. Select a link to provide feedback: