ArmDataBoxEdgeModelFactory.DataBoxEdgeAlertData メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
DataBoxEdgeAlertData の新しいインスタンスを初期化します。
public static Azure.ResourceManager.DataBoxEdge.DataBoxEdgeAlertData DataBoxEdgeAlertData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, string title = default, string alertType = default, DateTimeOffset? appearedOn = default, string recommendation = default, Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeAlertSeverity? severity = default, Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeAlertErrorDetails errorDetails = default, System.Collections.Generic.IReadOnlyDictionary<string,string> detailedInformation = default);
static member DataBoxEdgeAlertData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string * string * Nullable<DateTimeOffset> * string * Nullable<Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeAlertSeverity> * Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeAlertErrorDetails * System.Collections.Generic.IReadOnlyDictionary<string, string> -> Azure.ResourceManager.DataBoxEdge.DataBoxEdgeAlertData
Public Shared Function DataBoxEdgeAlertData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional title As String = Nothing, Optional alertType As String = Nothing, Optional appearedOn As Nullable(Of DateTimeOffset) = Nothing, Optional recommendation As String = Nothing, Optional severity As Nullable(Of DataBoxEdgeAlertSeverity) = Nothing, Optional errorDetails As DataBoxEdgeAlertErrorDetails = Nothing, Optional detailedInformation As IReadOnlyDictionary(Of String, String) = Nothing) As DataBoxEdgeAlertData
パラメーター
ID。
- name
- String
名前。
- resourceType
- ResourceType
resourceType。
- systemData
- SystemData
systemData。
- title
- String
アラートのタイトル。
- alertType
- String
アラートの種類。
- appearedOn
- Nullable<DateTimeOffset>
アラートが表示された UTC 時刻。
- recommendation
- String
アラートの推奨事項。
- severity
- Nullable<DataBoxEdgeAlertSeverity>
アラートの重大度。
- errorDetails
- DataBoxEdgeAlertErrorDetails
アラートのエラーの詳細。
- detailedInformation
- IReadOnlyDictionary<String,String>
アラートの詳細。
戻り値
モック作成用の新しい DataBoxEdgeAlertData インスタンス。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET