Freigeben über


SecurityInsightsAlertRuleActionCollection Klasse

Definition

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

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

Konstruktoren

SecurityInsightsAlertRuleActionCollection()

Initialisiert eine neue instance der SecurityInsightsAlertRuleActionCollection -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, SecurityInsightsAlertRuleActionCreateOrUpdateContent, CancellationToken)

Erstellt oder aktualisiert die Aktion der Warnungsregel.

  • Anfordern von Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/alertRules/{ruleId}/actions/{actionId}
  • Vorgang IdActions_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, SecurityInsightsAlertRuleActionCreateOrUpdateContent, CancellationToken)

Erstellt oder aktualisiert die Aktion der Warnungsregel.

  • Anfordern von Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/alertRules/{ruleId}/actions/{actionId}
  • Vorgang IdActions_CreateOrUpdate
Exists(String, CancellationToken)

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

  • Anfordern von Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/alertRules/{ruleId}/actions/{actionId}
  • Vorgang IdActions_Get
ExistsAsync(String, CancellationToken)

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

  • Anfordern von Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/alertRules/{ruleId}/actions/{actionId}
  • Vorgang IdActions_Get
Get(String, CancellationToken)

Ruft die Aktion der Warnungsregel ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/alertRules/{ruleId}/actions/{actionId}
  • Vorgang IdActions_Get
GetAll(CancellationToken)

Ruft alle Aktionen der Warnungsregel ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/alertRules/{ruleId}/actions
  • Vorgang IdActions_ListByAlertRule
GetAllAsync(CancellationToken)

Ruft alle Aktionen der Warnungsregel ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/alertRules/{ruleId}/actions
  • Vorgang IdActions_ListByAlertRule
GetAsync(String, CancellationToken)

Ruft die Aktion der Warnungsregel ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/alertRules/{ruleId}/actions/{actionId}
  • Vorgang IdActions_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<SecurityInsightsAlertRuleActionResource>.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<SecurityInsightsAlertRuleActionResource>.GetEnumerator()

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

Gilt für: