Class Ueba
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.Ueba
Settings with single toggle.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the dataSources property: The relevant data sources that enriched by ueba.void
validate()
Validates the instance.withDataSources
(List<UebaDataSources> dataSources) Set the dataSources property: The relevant data sources that enriched by ueba.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
-
Ueba
public Ueba()
-
-
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.
-
dataSources
Get the dataSources property: The relevant data sources that enriched by ueba.- Returns:
- the dataSources value.
-
withDataSources
Set the dataSources property: The relevant data sources that enriched by ueba.- Parameters:
dataSources
- the dataSources value to set.- Returns:
- the Ueba object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validate
in classSettingsInner
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-