次の方法で共有


SecurityInsightsAlertRuleResource.GetSecurityInsightsAlertRuleActionAsync メソッド

定義

アラート ルールのアクションを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/alertRules/{ruleId}/actions/{actionId}
  • 操作IdActions_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.SecurityInsights.SecurityInsightsAlertRuleActionResource>> GetSecurityInsightsAlertRuleActionAsync (string actionId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetSecurityInsightsAlertRuleActionAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.SecurityInsights.SecurityInsightsAlertRuleActionResource>>
override this.GetSecurityInsightsAlertRuleActionAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.SecurityInsights.SecurityInsightsAlertRuleActionResource>>
Public Overridable Function GetSecurityInsightsAlertRuleActionAsync (actionId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SecurityInsightsAlertRuleActionResource))

パラメーター

actionId
String

アクション ID。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

例外

actionId は空の文字列であり、空でないと予想されていました。

actionId が null です。

適用対象