Class EntityAnalytics
java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.securityinsights.models.ResourceWithEtag
com.azure.resourcemanager.securityinsights.fluent.models.SettingsInner
com.azure.resourcemanager.securityinsights.models.EntityAnalytics
Settings with single toggle.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the entityProviders property: The relevant entity providers that are synced.void
validate()
Validates the instance.withEntityProviders
(List<EntityProviders> entityProviders) Set the entityProviders property: The relevant entity providers that are synced.Set the etag property: Etag of the azure resource.Methods inherited from class com.azure.resourcemanager.securityinsights.models.ResourceWithEtag
etag, systemData
Methods inherited from class com.azure.core.management.ProxyResource
id, name, type
-
Constructor Details
-
EntityAnalytics
public EntityAnalytics()
-
-
Method Details
-
withEtag
Set the etag property: Etag of the azure resource.- Overrides:
withEtag
in classSettingsInner
- Parameters:
etag
- the etag value to set.- Returns:
- the ResourceWithEtag object itself.
-
entityProviders
Get the entityProviders property: The relevant entity providers that are synced.- Returns:
- the entityProviders value.
-
withEntityProviders
Set the entityProviders property: The relevant entity providers that are synced.- Parameters:
entityProviders
- the entityProviders value to set.- Returns:
- the EntityAnalytics object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validate
in classSettingsInner
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-