Delen via


ArmDataBoxEdgeModelFactory.DataBoxEdgeAlertData Method

Definition

Initializes a new instance of 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

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

title
String

Alert title.

alertType
String

Alert type.

appearedOn
Nullable<DateTimeOffset>

UTC time when the alert appeared.

recommendation
String

Alert recommendation.

severity
Nullable<DataBoxEdgeAlertSeverity>

Severity of the alert.

errorDetails
DataBoxEdgeAlertErrorDetails

Error details of the alert.

detailedInformation
IReadOnlyDictionary<String,String>

Alert details.

Returns

A new DataBoxEdgeAlertData instance for mocking.

Applies to