ArmSecurityInsightsModelFactory.SecurityInsightsSubmissionMailEntity Method

Definition

Initializes a new instance of SecurityInsightsSubmissionMailEntity.

public static Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsSubmissionMailEntity SecurityInsightsSubmissionMailEntity (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, System.Collections.Generic.IReadOnlyDictionary<string,BinaryData> additionalData = default, string friendlyName = default, Guid? networkMessageId = default, Guid? submissionId = default, string submitter = default, DateTimeOffset? submitOn = default, DateTimeOffset? messageReceivedOn = default, string recipient = default, string sender = default, System.Net.IPAddress senderIP = default, string subject = default, string reportType = default);
static member SecurityInsightsSubmissionMailEntity : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IReadOnlyDictionary<string, BinaryData> * string * Nullable<Guid> * Nullable<Guid> * string * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * string * string * System.Net.IPAddress * string * string -> Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsSubmissionMailEntity
Public Shared Function SecurityInsightsSubmissionMailEntity (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional additionalData As IReadOnlyDictionary(Of String, BinaryData) = Nothing, Optional friendlyName As String = Nothing, Optional networkMessageId As Nullable(Of Guid) = Nothing, Optional submissionId As Nullable(Of Guid) = Nothing, Optional submitter As String = Nothing, Optional submitOn As Nullable(Of DateTimeOffset) = Nothing, Optional messageReceivedOn As Nullable(Of DateTimeOffset) = Nothing, Optional recipient As String = Nothing, Optional sender As String = Nothing, Optional senderIP As IPAddress = Nothing, Optional subject As String = Nothing, Optional reportType As String = Nothing) As SecurityInsightsSubmissionMailEntity

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

additionalData
IReadOnlyDictionary<String,BinaryData>

A bag of custom fields that should be part of the entity and will be presented to the user.

friendlyName
String

The graph item display name which is a short humanly readable description of the graph item instance. This property is optional and might be system generated.

networkMessageId
Nullable<Guid>

The network message id of email to which submission belongs.

submissionId
Nullable<Guid>

The submission id.

submitter
String

The submitter.

submitOn
Nullable<DateTimeOffset>

The submission date.

messageReceivedOn
Nullable<DateTimeOffset>

The Time stamp when the message is received (Mail).

recipient
String

The recipient of the mail.

sender
String

The sender of the mail.

senderIP
IPAddress

The sender's IP.

subject
String

The subject of submission mail.

reportType
String

The submission type for the given instance. This maps to Junk, Phish, Malware or NotJunk.

Returns

A new SecurityInsightsSubmissionMailEntity instance for mocking.

Applies to