ArmResourceHealthModelFactory.ServiceImpactingEvent メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ServiceImpactingEvent の新しいインスタンスを初期化します。
public static Azure.ResourceManager.ResourceHealth.Models.ServiceImpactingEvent ServiceImpactingEvent (DateTimeOffset? eventStartOn = default, DateTimeOffset? eventStatusLastModifiedOn = default, string correlationId = default, string statusValue = default, Azure.ResourceManager.ResourceHealth.Models.ServiceImpactingEventIncidentProperties incidentProperties = default);
static member ServiceImpactingEvent : Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * string * string * Azure.ResourceManager.ResourceHealth.Models.ServiceImpactingEventIncidentProperties -> Azure.ResourceManager.ResourceHealth.Models.ServiceImpactingEvent
Public Shared Function ServiceImpactingEvent (Optional eventStartOn As Nullable(Of DateTimeOffset) = Nothing, Optional eventStatusLastModifiedOn As Nullable(Of DateTimeOffset) = Nothing, Optional correlationId As String = Nothing, Optional statusValue As String = Nothing, Optional incidentProperties As ServiceImpactingEventIncidentProperties = Nothing) As ServiceImpactingEvent
パラメーター
- eventStartOn
- Nullable<DateTimeOffset>
イベントが開始されたときのタイムスタンプ。
- eventStatusLastModifiedOn
- Nullable<DateTimeOffset>
イベントが送信または検出された日時のタイムスタンプ。
- correlationId
- String
イベントの関連付け ID。
- statusValue
- String
サービスに影響を与えるイベントの状態。
- incidentProperties
- ServiceImpactingEventIncidentProperties
サービスに影響を与えるイベントのプロパティ。
戻り値
モック作成用の新しい ServiceImpactingEvent インスタンス。