次の方法で共有


SecurityAlertSupportingEvidence クラス

定義

サポートするEvidence の種類に応じて一連のプロパティを変更します。

public class SecurityAlertSupportingEvidence
type SecurityAlertSupportingEvidence = class
Public Class SecurityAlertSupportingEvidence
継承
SecurityAlertSupportingEvidence

コンストラクター

SecurityAlertSupportingEvidence()

SecurityAlertSupportingEvidence の新しいインスタンスを初期化します。

プロパティ

AdditionalProperties

[追加のプロパティ]

このプロパティの値にオブジェクトを割り当てるには、 を使用します FromObjectAsJson<T>(T, JsonSerializerOptions)

このプロパティに既に書式設定された json 文字列を割り当てるには、 を使用 FromString(String)します。

例 :

  • BinaryData.FromObjectAsJson("foo")"foo" のペイロードを作成します。
  • BinaryData.FromString("\"foo\"")"foo" のペイロードを作成します。
  • BinaryData.FromObjectAsJson(new { key = "value" }){ "key": "value" } のペイロードを作成します。
  • BinaryData.FromString("{\"key\": \"value\"}"){ "key": "value" }のペイロードを作成します。

SecurityAlertSupportingEvidenceType

supportingEvidence の種類。

適用対象