Uses of Class
com.azure.resourcemanager.securityinsights.fluent.models.SecurityMLAnalyticsSettingInner
Package
Description
Package containing the service clients for SecurityInsights.
Package containing the inner data models for SecurityInsights.
Package containing the data models for SecurityInsights.
-
Uses of SecurityMLAnalyticsSettingInner in com.azure.resourcemanager.securityinsights.fluent
Modifier and TypeMethodDescriptionSecurityMLAnalyticsSettingsClient.createOrUpdate
(String resourceGroupName, String workspaceName, String settingsResourceName, SecurityMLAnalyticsSettingInner securityMLAnalyticsSetting) Creates or updates the Security ML Analytics Settings.SecurityMLAnalyticsSettingsClient.get
(String resourceGroupName, String workspaceName, String settingsResourceName) Gets the Security ML Analytics Settings.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<SecurityMLAnalyticsSettingInner>
SecurityMLAnalyticsSettingsClient.createOrUpdateWithResponse
(String resourceGroupName, String workspaceName, String settingsResourceName, SecurityMLAnalyticsSettingInner securityMLAnalyticsSetting, com.azure.core.util.Context context) Creates or updates the Security ML Analytics Settings.com.azure.core.http.rest.Response<SecurityMLAnalyticsSettingInner>
SecurityMLAnalyticsSettingsClient.getWithResponse
(String resourceGroupName, String workspaceName, String settingsResourceName, com.azure.core.util.Context context) Gets the Security ML Analytics Settings.com.azure.core.http.rest.PagedIterable<SecurityMLAnalyticsSettingInner>
Gets all Security ML Analytics Settings.com.azure.core.http.rest.PagedIterable<SecurityMLAnalyticsSettingInner>
SecurityMLAnalyticsSettingsClient.list
(String resourceGroupName, String workspaceName, com.azure.core.util.Context context) Gets all Security ML Analytics Settings.Modifier and TypeMethodDescriptionSecurityMLAnalyticsSettingsClient.createOrUpdate
(String resourceGroupName, String workspaceName, String settingsResourceName, SecurityMLAnalyticsSettingInner securityMLAnalyticsSetting) Creates or updates the Security ML Analytics Settings.com.azure.core.http.rest.Response<SecurityMLAnalyticsSettingInner>
SecurityMLAnalyticsSettingsClient.createOrUpdateWithResponse
(String resourceGroupName, String workspaceName, String settingsResourceName, SecurityMLAnalyticsSettingInner securityMLAnalyticsSetting, com.azure.core.util.Context context) Creates or updates the Security ML Analytics Settings. -
Uses of SecurityMLAnalyticsSettingInner in com.azure.resourcemanager.securityinsights.fluent.models
Modifier and TypeMethodDescriptionSet the etag property: Etag of the azure resource. -
Uses of SecurityMLAnalyticsSettingInner in com.azure.resourcemanager.securityinsights.models
Modifier and TypeClassDescriptionfinal class
Represents Anomaly Security ML Analytics Settings.Modifier and TypeMethodDescriptionSecurityMLAnalyticsSetting.innerModel()
Gets the inner com.azure.resourcemanager.securityinsights.fluent.models.SecurityMLAnalyticsSettingInner object.Modifier and TypeMethodDescriptionSecurityMLAnalyticsSettingsList.value()
Get the value property: Array of SecurityMLAnalyticsSettings.Modifier and TypeMethodDescriptionSecurityMLAnalyticsSettings.createOrUpdate
(String resourceGroupName, String workspaceName, String settingsResourceName, SecurityMLAnalyticsSettingInner securityMLAnalyticsSetting) Creates or updates the Security ML Analytics Settings.com.azure.core.http.rest.Response<SecurityMLAnalyticsSetting>
SecurityMLAnalyticsSettings.createOrUpdateWithResponse
(String resourceGroupName, String workspaceName, String settingsResourceName, SecurityMLAnalyticsSettingInner securityMLAnalyticsSetting, com.azure.core.util.Context context) Creates or updates the Security ML Analytics Settings.Modifier and TypeMethodDescriptionSecurityMLAnalyticsSettingsList.withValue
(List<SecurityMLAnalyticsSettingInner> value) Set the value property: Array of SecurityMLAnalyticsSettings.