Partilhar via


ArmSecurityInsightsModelFactory.SecurityInsightsIncidentTaskData Method

Definition

Initializes a new instance of SecurityInsightsIncidentTaskData.

public static Azure.ResourceManager.SecurityInsights.SecurityInsightsIncidentTaskData SecurityInsightsIncidentTaskData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, string title = default, string description = default, Azure.ResourceManager.SecurityInsights.Models.IncidentTaskStatus status = default, DateTimeOffset? createdOn = default, DateTimeOffset? lastModifiedOn = default, Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsClientInfo createdBy = default, Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsClientInfo lastModifiedBy = default, Azure.ETag? etag = default);
static member SecurityInsightsIncidentTaskData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string * string * Azure.ResourceManager.SecurityInsights.Models.IncidentTaskStatus * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsClientInfo * Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsClientInfo * Nullable<Azure.ETag> -> Azure.ResourceManager.SecurityInsights.SecurityInsightsIncidentTaskData
Public Shared Function SecurityInsightsIncidentTaskData (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 description As String = Nothing, Optional status As IncidentTaskStatus = Nothing, Optional createdOn As Nullable(Of DateTimeOffset) = Nothing, Optional lastModifiedOn As Nullable(Of DateTimeOffset) = Nothing, Optional createdBy As SecurityInsightsClientInfo = Nothing, Optional lastModifiedBy As SecurityInsightsClientInfo = Nothing, Optional etag As Nullable(Of ETag) = Nothing) As SecurityInsightsIncidentTaskData

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

title
String

The title of the task.

description
String

The description of the task.

createdOn
Nullable<DateTimeOffset>

The time the task was created.

lastModifiedOn
Nullable<DateTimeOffset>

The last time the task was updated.

createdBy
SecurityInsightsClientInfo

Information on the client (user or application) that made some action.

lastModifiedBy
SecurityInsightsClientInfo

Information on the client (user or application) that made some action.

etag
Nullable<ETag>

Etag of the azure resource.

Returns

A new SecurityInsightsIncidentTaskData instance for mocking.

Applies to