Freigeben über


MonitoringTagRuleCollection Klasse

Definition

Eine Klasse, die eine Auflistung von MonitoringTagRuleResource und deren Vorgänge darstellt. Jedes MonitoringTagRuleResource in der Auflistung gehört zum gleichen instance von DatadogMonitorResource. Um einen MonitoringTagRuleCollection instance rufen Sie die GetMonitoringTagRules-Methode von einer instance von aufDatadogMonitorResource.

public class MonitoringTagRuleCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.Datadog.MonitoringTagRuleResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Datadog.MonitoringTagRuleResource>
type MonitoringTagRuleCollection = class
    inherit ArmCollection
    interface seq<MonitoringTagRuleResource>
    interface IEnumerable
    interface IAsyncEnumerable<MonitoringTagRuleResource>
Public Class MonitoringTagRuleCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of MonitoringTagRuleResource), IEnumerable(Of MonitoringTagRuleResource)
Vererbung
MonitoringTagRuleCollection
Implementiert

Konstruktoren

MonitoringTagRuleCollection()

Initialisiert eine neue instance der MonitoringTagRuleCollection -Klasse zum Mocking.

Eigenschaften

Client

Ruft die Ressource ab, aus ArmClient der dieser Ressourcenclient erstellt wurde.

(Geerbt von ArmCollection)
Diagnostics

Ruft die Diagnoseoptionen für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)
Endpoint

Ruft den Basis-URI für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)
Id

Ruft den Ressourcenbezeichner ab.

(Geerbt von ArmCollection)
Pipeline

Ruft die Pipeline für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)

Methoden

CreateOrUpdate(WaitUntil, String, MonitoringTagRuleData, CancellationToken)

Erstellen oder aktualisieren Sie einen Tagregelsatz für eine bestimmte Monitorressource.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Datadog/monitors/{monitorName}/tagRules/{ruleSetName}
  • Vorgang IdTagRules_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, MonitoringTagRuleData, CancellationToken)

Erstellen oder aktualisieren Sie einen Tagregelsatz für eine bestimmte Monitorressource.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Datadog/monitors/{monitorName}/tagRules/{ruleSetName}
  • Vorgang IdTagRules_CreateOrUpdate
Exists(String, CancellationToken)

Überprüft, ob die Ressource in Azure vorhanden ist.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Datadog/monitors/{monitorName}/tagRules/{ruleSetName}
  • Vorgang IdTagRules_Get
ExistsAsync(String, CancellationToken)

Überprüft, ob die Ressource in Azure vorhanden ist.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Datadog/monitors/{monitorName}/tagRules/{ruleSetName}
  • Vorgang IdTagRules_Get
Get(String, CancellationToken)

Rufen Sie einen Tagregelsatz für eine bestimmte Monitorressource ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Datadog/monitors/{monitorName}/tagRules/{ruleSetName}
  • Vorgang IdTagRules_Get
GetAll(CancellationToken)

Listen Sie die Tagregeln für eine bestimmte Monitorressource auf.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Datadog/monitors/{monitorName}/tagRules
  • Vorgang IdTagRules_List
GetAllAsync(CancellationToken)

Listen Sie die Tagregeln für eine bestimmte Monitorressource auf.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Datadog/monitors/{monitorName}/tagRules
  • Vorgang IdTagRules_List
GetAsync(String, CancellationToken)

Rufen Sie einen Tagregelsatz für eine bestimmte Monitorressource ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Datadog/monitors/{monitorName}/tagRules/{ruleSetName}
  • Vorgang IdTagRules_Get
TryGetApiVersion(ResourceType, String)

Ruft die API-Version außer Kraft, wenn sie für die aktuellen Clientoptionen festgelegt wurde.

(Geerbt von ArmCollection)

Explizite Schnittstellenimplementierungen

IAsyncEnumerable<MonitoringTagRuleResource>.GetAsyncEnumerator(CancellationToken)

Gibt einen Enumerator zurück, der die Sammlung asynchron durchläuft.

IEnumerable.GetEnumerator()

Gibt einen Enumerator zurück, der eine Auflistung durchläuft.

IEnumerable<MonitoringTagRuleResource>.GetEnumerator()

Gibt einen Enumerator zurück, der die Auflistung durchläuft.

Gilt für: