Freigeben über


MonitorExtensions.GetMonitorMetricNamespaces Methode

Definition

Listet die Metriknamespaces für die Ressource auf.

  • Anforderungspfad/{resourceUri}/providers/microsoft.insights/metricNamespaces
  • Vorgang IdMetricNamespaces_List
public static Azure.Pageable<Azure.ResourceManager.Monitor.Models.MonitorMetricNamespace> GetMonitorMetricNamespaces (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier scope, string startTime = default, System.Threading.CancellationToken cancellationToken = default);
static member GetMonitorMetricNamespaces : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Monitor.Models.MonitorMetricNamespace>
<Extension()>
Public Function GetMonitorMetricNamespaces (client As ArmClient, scope As ResourceIdentifier, Optional startTime As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of MonitorMetricNamespace)

Parameter

client
ArmClient

Der ArmClient instance, für den die Methode ausgeführt wird.

scope
ResourceIdentifier

Der Bereich, für den die Ressource gilt.

startTime
String

Die ISO 8601-konforme Startzeit des Datums, ab der Metriknamespaces abfragt werden sollen.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Gilt für: