Uses of Class
com.azure.resourcemanager.securityinsights.models.SettingsStatus
Package
Description
Package containing the inner data models for SecurityInsights.
Package containing the data models for SecurityInsights.
-
Uses of SettingsStatus in com.azure.resourcemanager.securityinsights.fluent.models
Modifier and TypeMethodDescriptionAnomalySecurityMLAnalyticsSettingsProperties.settingsStatus()
Get the settingsStatus property: The anomaly SecurityMLAnalyticsSettings status.Modifier and TypeMethodDescriptionAnomalySecurityMLAnalyticsSettingsProperties.withSettingsStatus
(SettingsStatus settingsStatus) Set the settingsStatus property: The anomaly SecurityMLAnalyticsSettings status. -
Uses of SettingsStatus in com.azure.resourcemanager.securityinsights.models
Modifier and TypeFieldDescriptionstatic final SettingsStatus
SettingsStatus.FLIGHTING
Static value Flighting for SettingsStatus.static final SettingsStatus
SettingsStatus.PRODUCTION
Static value Production for SettingsStatus.Modifier and TypeMethodDescriptionstatic SettingsStatus
SettingsStatus.fromString
(String name) Creates or finds a SettingsStatus from its string representation.AnomalySecurityMLAnalyticsSettings.settingsStatus()
Get the settingsStatus property: The anomaly SecurityMLAnalyticsSettings status.Modifier and TypeMethodDescriptionstatic Collection<SettingsStatus>
SettingsStatus.values()
Gets known SettingsStatus values.Modifier and TypeMethodDescriptionAnomalySecurityMLAnalyticsSettings.withSettingsStatus
(SettingsStatus settingsStatus) Set the settingsStatus property: The anomaly SecurityMLAnalyticsSettings status.