Freigeben über


SecurityInsightsAutomationRuleCollection Klasse

Definition

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

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

Konstruktoren

SecurityInsightsAutomationRuleCollection()

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

Erstellt oder aktualisiert die Automatisierungsregel.

  • Anfordern von Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/automationRules/{automationRuleId}
  • Vorgang IdAutomationRules_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, SecurityInsightsAutomationRuleData, CancellationToken)

Erstellt oder aktualisiert die Automatisierungsregel.

  • Anfordern von Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/automationRules/{automationRuleId}
  • Vorgang IdAutomationRules_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/automationRules/{automationRuleId}
  • Vorgang IdAutomationRules_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/automationRules/{automationRuleId}
  • Vorgang IdAutomationRules_Get
Get(String, CancellationToken)

Ruft die Automatisierungsregel ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/automationRules/{automationRuleId}
  • Vorgang IdAutomationRules_Get
GetAll(CancellationToken)

Ruft alle Automatisierungsregeln ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/automationRules
  • Vorgang IdAutomationRules_List
GetAllAsync(CancellationToken)

Ruft alle Automatisierungsregeln ab.

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

Ruft die Automatisierungsregel ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/automationRules/{automationRuleId}
  • Vorgang IdAutomationRules_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<SecurityInsightsAutomationRuleResource>.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<SecurityInsightsAutomationRuleResource>.GetEnumerator()

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

Gilt für: