Uses of Class
com.azure.resourcemanager.securityinsights.models.FusionTemplateSourceSetting
Package
Description
Package containing the inner data models for SecurityInsights.
Package containing the data models for SecurityInsights.
-
Uses of FusionTemplateSourceSetting in com.azure.resourcemanager.securityinsights.fluent.models
Modifier and TypeMethodDescriptionFusionAlertRuleTemplateProperties.sourceSettings()
Get the sourceSettings property: All supported source signal configurations consumed in fusion detection.Modifier and TypeMethodDescriptionFusionAlertRuleTemplateProperties.withSourceSettings
(List<FusionTemplateSourceSetting> sourceSettings) Set the sourceSettings property: All supported source signal configurations consumed in fusion detection. -
Uses of FusionTemplateSourceSetting in com.azure.resourcemanager.securityinsights.models
Modifier and TypeMethodDescriptionFusionTemplateSourceSetting.withSourceName
(String sourceName) Set the sourceName property: The name of a source signal consumed in Fusion detection.FusionTemplateSourceSetting.withSourceSubTypes
(List<FusionTemplateSourceSubType> sourceSubTypes) Set the sourceSubTypes property: All supported source subtypes under this source signal consumed in fusion detection.Modifier and TypeMethodDescriptionFusionAlertRuleTemplate.sourceSettings()
Get the sourceSettings property: All supported source signal configurations consumed in fusion detection.Modifier and TypeMethodDescriptionFusionAlertRuleTemplate.withSourceSettings
(List<FusionTemplateSourceSetting> sourceSettings) Set the sourceSettings property: All supported source signal configurations consumed in fusion detection.