Freigeben über


SecurityInsightsAlertRuleCollection Klasse

Definition

Eine Klasse, die eine Auflistung von und deren SecurityInsightsAlertRuleResource Vorgänge darstellt. Jedes SecurityInsightsAlertRuleResource in der Auflistung gehört zum gleichen instance von OperationalInsightsWorkspaceSecurityInsightsResource. Um einen SecurityInsightsAlertRuleCollection instance rufen Sie die GetSecurityInsightsAlertRules-Methode aus einer instance von aufOperationalInsightsWorkspaceSecurityInsightsResource.

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

Konstruktoren

SecurityInsightsAlertRuleCollection()

Initialisiert eine neue instance der -Klasse für die SecurityInsightsAlertRuleCollection 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, SecurityInsightsAlertRuleData, CancellationToken)

Erstellt oder aktualisiert die Warnungsregel.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/alertRules/{ruleId}
  • Vorgangs-IdAlertRules_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, SecurityInsightsAlertRuleData, CancellationToken)

Erstellt oder aktualisiert die Warnungsregel.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/alertRules/{ruleId}
  • Vorgangs-IdAlertRules_CreateOrUpdate
Exists(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/alertRules/{ruleId}
  • Vorgangs-IdAlertRules_Get
ExistsAsync(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/alertRules/{ruleId}
  • Vorgangs-IdAlertRules_Get
Get(String, CancellationToken)

Ruft die Warnungsregel ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/alertRules/{ruleId}
  • Vorgangs-IdAlertRules_Get
GetAll(CancellationToken)

Ruft alle Warnungsregeln ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/alertRules
  • Vorgangs-IdAlertRules_List
GetAllAsync(CancellationToken)

Ruft alle Warnungsregeln ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/alertRules
  • Vorgangs-IdAlertRules_List
GetAsync(String, CancellationToken)

Ruft die Warnungsregel ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/alertRules/{ruleId}
  • Vorgangs-IdAlertRules_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<SecurityInsightsAlertRuleResource>.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<SecurityInsightsAlertRuleResource>.GetEnumerator()

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

Gilt für: