SecurityAlertSimulatorRequestProperties クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
アラート シミュレーション要求のプロパティについて説明します。基本クラスに注意 SecurityAlertSimulatorRequestProperties してください。 このシナリオでは、基底クラスの派生クラスをここで割り当てる必要があるか、このプロパティを使用可能な派生クラスのいずれかにキャストする必要があります。 使用可能な派生クラスには、 が含まれます SecurityAlertSimulatorBundlesRequestProperties。
public class SecurityAlertSimulatorRequestProperties
type SecurityAlertSimulatorRequestProperties = class
Public Class SecurityAlertSimulatorRequestProperties
- 継承
-
SecurityAlertSimulatorRequestProperties
- 派生
コンストラクター
SecurityAlertSimulatorRequestProperties() |
SecurityAlertSimulatorRequestProperties の新しいインスタンスを初期化します。 |
プロパティ
AdditionalProperties |
[追加のプロパティ] このプロパティの値にオブジェクトを割り当てるには、 を使用します FromObjectAsJson<T>(T, JsonSerializerOptions)。 このプロパティに既に書式設定された json 文字列を割り当てるには、 を使用 FromString(String)します。 例 :
|