Uses of Class
com.azure.resourcemanager.securityinsights.models.TemplateStatus
Package
Description
Package containing the inner data models for SecurityInsights.
Package containing the data models for SecurityInsights.
-
Uses of TemplateStatus in com.azure.resourcemanager.securityinsights.fluent.models
Modifier and TypeMethodDescriptionFusionAlertRuleTemplateProperties.status()
Get the status property: The alert rule template status.ScheduledAlertRuleTemplateProperties.status()
Get the status property: The alert rule template status.Modifier and TypeMethodDescriptionFusionAlertRuleTemplateProperties.withStatus
(TemplateStatus status) Set the status property: The alert rule template status.MicrosoftSecurityIncidentCreationAlertRuleTemplateProperties.withStatus
(TemplateStatus status) Set the status property: The alert rule template status.MLBehaviorAnalyticsAlertRuleTemplateProperties.withStatus
(TemplateStatus status) Set the status property: The alert rule template status.NrtAlertRuleTemplateProperties.withStatus
(TemplateStatus status) Set the status property: The alert rule template status.ScheduledAlertRuleTemplateProperties.withStatus
(TemplateStatus status) Set the status property: The alert rule template status.ThreatIntelligenceAlertRuleTemplateProperties.withStatus
(TemplateStatus status) Set the status property: The alert rule template status. -
Uses of TemplateStatus in com.azure.resourcemanager.securityinsights.models
Modifier and TypeFieldDescriptionstatic final TemplateStatus
TemplateStatus.AVAILABLE
Static value Available for TemplateStatus.static final TemplateStatus
TemplateStatus.INSTALLED
Static value Installed for TemplateStatus.static final TemplateStatus
TemplateStatus.NOT_AVAILABLE
Static value NotAvailable for TemplateStatus.Modifier and TypeMethodDescriptionstatic TemplateStatus
TemplateStatus.fromString
(String name) Creates or finds a TemplateStatus from its string representation.AlertRuleTemplatePropertiesBase.status()
Get the status property: The alert rule template status.FusionAlertRuleTemplate.status()
Get the status property: The alert rule template status.MicrosoftSecurityIncidentCreationAlertRuleTemplate.status()
Get the status property: The alert rule template status.MLBehaviorAnalyticsAlertRuleTemplate.status()
Get the status property: The alert rule template status.NrtAlertRuleTemplate.status()
Get the status property: The alert rule template status.ScheduledAlertRuleTemplate.status()
Get the status property: The alert rule template status.ThreatIntelligenceAlertRuleTemplate.status()
Get the status property: The alert rule template status.Modifier and TypeMethodDescriptionstatic Collection<TemplateStatus>
TemplateStatus.values()
Gets known TemplateStatus values.Modifier and TypeMethodDescriptionAlertRuleTemplatePropertiesBase.withStatus
(TemplateStatus status) Set the status property: The alert rule template status.AlertRuleTemplateWithMitreProperties.withStatus
(TemplateStatus status) Set the status property: The alert rule template status.FusionAlertRuleTemplate.withStatus
(TemplateStatus status) Set the status property: The alert rule template status.MicrosoftSecurityIncidentCreationAlertRuleTemplate.withStatus
(TemplateStatus status) Set the status property: The alert rule template status.MLBehaviorAnalyticsAlertRuleTemplate.withStatus
(TemplateStatus status) Set the status property: The alert rule template status.NrtAlertRuleTemplate.withStatus
(TemplateStatus status) Set the status property: The alert rule template status.ScheduledAlertRuleTemplate.withStatus
(TemplateStatus status) Set the status property: The alert rule template status.ThreatIntelligenceAlertRuleTemplate.withStatus
(TemplateStatus status) Set the status property: The alert rule template status.