次の方法で共有


SecurityInsightsAlertRuleResource.GetSecurityInsightsAlertRuleAction メソッド

定義

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

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

パラメーター

actionId
String

アクション ID。

cancellationToken
CancellationToken

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

戻り値

例外

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

actionId が null です。

適用対象