Class EntityInner
java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.securityinsights.fluent.models.EntityInner
- Direct Known Subclasses:
AccountEntity
,AzureResourceEntity
,CloudApplicationEntity
,DnsEntity
,FileEntity
,FileHashEntity
,HostEntity
,HuntingBookmark
,IoTDeviceEntity
,IpEntity
,MailboxEntity
,MailClusterEntity
,MailMessageEntity
,MalwareEntity
,NicEntity
,ProcessEntity
,RegistryKeyEntity
,RegistryValueEntity
,SecurityAlert
,SecurityGroupEntity
,SubmissionMailEntity
,UrlEntity
public class EntityInner
extends com.azure.core.management.ProxyResource
Specific entity.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncom.azure.core.management.SystemData
Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.void
validate()
Validates the instance.Methods inherited from class com.azure.core.management.ProxyResource
id, name, type
-
Constructor Details
-
EntityInner
public EntityInner()
-
-
Method Details
-
systemData
public com.azure.core.management.SystemData systemData()Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.- Returns:
- the systemData value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-