你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IMailClusterEntity Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.MailClusterEntityTypeConverter))]
public interface IMailClusterEntity : Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IEntity
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.MailClusterEntityTypeConverter))>]
type IMailClusterEntity = interface
interface IJsonSerializable
interface IEntity
interface IResource
Public Interface IMailClusterEntity
Implements IEntity
- Derived
- Attributes
- Implements
Properties
AdditionalData |
A bag of custom fields that should be part of the entity and will be presented to the user. |
ClusterGroup |
The cluster group |
ClusterQueryEndTime |
The cluster query end time |
ClusterQueryStartTime |
The cluster query start time |
ClusterSourceIdentifier |
The id of the cluster source |
ClusterSourceType |
The type of the cluster source |
CountByDeliveryStatus |
Count of mail messages by DeliveryStatus string representation |
CountByProtectionStatus |
Count of mail messages by ProtectionStatus string representation |
CountByThreatType |
Count of mail messages by ThreatType string representation |
FriendlyName |
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. |
Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} (Inherited from IResource) |
IsVolumeAnomaly |
Is this a volume anomaly mail cluster |
Kind |
The kind of the entity. (Inherited from IEntity) |
MailCount |
The number of mail messages that are part of the mail cluster |
Name |
The name of the resource (Inherited from IResource) |
NetworkMessageId |
The mail message IDs that are part of the mail cluster |
Query |
The query that was used to identify the messages of the mail cluster |
QueryTime |
The query time |
Source |
The source of the mail cluster (default is 'O365 ATP') |
SystemDataCreatedAt |
The timestamp of resource creation (UTC). (Inherited from IResource) |
SystemDataCreatedBy |
The identity that created the resource. (Inherited from IResource) |
SystemDataCreatedByType |
The type of identity that created the resource. (Inherited from IResource) |
SystemDataLastModifiedAt |
The timestamp of resource last modification (UTC) (Inherited from IResource) |
SystemDataLastModifiedBy |
The identity that last modified the resource. (Inherited from IResource) |
SystemDataLastModifiedByType |
The type of identity that last modified the resource. (Inherited from IResource) |
Threat |
The threats of mail messages that are part of the mail cluster |
Type |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" (Inherited from IResource) |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |