Freigeben über


ActivityLogAlertCollection Klasse

Definition

Eine Klasse, die eine Auflistung von und deren ActivityLogAlertResource Vorgänge darstellt. Jedes ActivityLogAlertResource in der Auflistung gehört zum gleichen instance von ResourceGroupResource. Um eine ActivityLogAlertCollection instance rufen Sie die GetActivityLogAlerts-Methode aus einer instance von aufResourceGroupResource.

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

Konstruktoren

ActivityLogAlertCollection()

Initialisiert eine neue instance der -Klasse für die ActivityLogAlertCollection Simulation.

Eigenschaften

Client

Ruft den ArmClient ab, aus dem 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, ActivityLogAlertData, CancellationToken)

Erstellen Sie eine neue Aktivitätsprotokollwarnungsregel, oder aktualisieren Sie eine vorhandene Regel.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/activityLogAlerts/{activityLogAlertName}
  • Vorgangs-IdActivityLogAlerts_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, ActivityLogAlertData, CancellationToken)

Erstellen Sie eine neue Aktivitätsprotokollwarnungsregel, oder aktualisieren Sie eine vorhandene Regel.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/activityLogAlerts/{activityLogAlertName}
  • Vorgangs-IdActivityLogAlerts_CreateOrUpdate
Exists(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/activityLogAlerts/{activityLogAlertName}
  • Vorgangs-IdActivityLogAlerts_Get
ExistsAsync(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/activityLogAlerts/{activityLogAlertName}
  • Vorgangs-IdActivityLogAlerts_Get
Get(String, CancellationToken)

Ruft eine Aktivitätsprotokollwarnungsregel ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/activityLogAlerts/{activityLogAlertName}
  • Vorgangs-IdActivityLogAlerts_Get
GetAll(CancellationToken)

Ruft eine Liste aller Aktivitätsprotokollwarnungsregeln in einer Ressourcengruppe ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/activityLogAlerts
  • Vorgangs-IdActivityLogAlerts_ListByResourceGroup
GetAllAsync(CancellationToken)

Ruft eine Liste aller Aktivitätsprotokollwarnungsregeln in einer Ressourcengruppe ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/activityLogAlerts
  • Vorgangs-IdActivityLogAlerts_ListByResourceGroup
GetAsync(String, CancellationToken)

Ruft eine Aktivitätsprotokollwarnungsregel ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/activityLogAlerts/{activityLogAlertName}
  • Vorgangs-IdActivityLogAlerts_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<ActivityLogAlertResource>.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<ActivityLogAlertResource>.GetEnumerator()

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

Gilt für: