Freigeben über


OperationalInsightsWorkspaceSecurityInsightsResource.GetSecurityInsightsAlertRuleAsync Methode

Definition

Ruft die Warnungsregel ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/alertRules/{ruleId}
  • Vorgang IdAlertRules_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.SecurityInsights.SecurityInsightsAlertRuleResource>> GetSecurityInsightsAlertRuleAsync (string ruleId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetSecurityInsightsAlertRuleAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.SecurityInsights.SecurityInsightsAlertRuleResource>>
override this.GetSecurityInsightsAlertRuleAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.SecurityInsights.SecurityInsightsAlertRuleResource>>
Public Overridable Function GetSecurityInsightsAlertRuleAsync (ruleId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SecurityInsightsAlertRuleResource))

Parameter

ruleId
String

Id der Warnungsregel.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

ruleId ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.

ruleId ist NULL.

Gilt für: