Class EntityAnalyticsProperties
java.lang.Object
com.azure.resourcemanager.securityinsights.fluent.models.EntityAnalyticsProperties
EntityAnalytics property bag.
-
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.
-
Constructor Details
-
EntityAnalyticsProperties
public EntityAnalyticsProperties()
-
-
Method Details
-
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 EntityAnalyticsProperties object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-