Uses of Class
com.azure.resourcemanager.securityinsights.fluent.models.AlertRuleTemplateInner
Package
Description
Package containing the service clients for SecurityInsights.
Package containing the data models for SecurityInsights.
-
Uses of AlertRuleTemplateInner in com.azure.resourcemanager.securityinsights.fluent
Modifier and TypeMethodDescriptionAlertRuleTemplatesClient.get
(String resourceGroupName, String workspaceName, String alertRuleTemplateId) Gets the alert rule template.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<AlertRuleTemplateInner>
AlertRuleTemplatesClient.getWithResponse
(String resourceGroupName, String workspaceName, String alertRuleTemplateId, com.azure.core.util.Context context) Gets the alert rule template.com.azure.core.http.rest.PagedIterable<AlertRuleTemplateInner>
Gets all alert rule templates.com.azure.core.http.rest.PagedIterable<AlertRuleTemplateInner>
AlertRuleTemplatesClient.list
(String resourceGroupName, String workspaceName, com.azure.core.util.Context context) Gets all alert rule templates. -
Uses of AlertRuleTemplateInner in com.azure.resourcemanager.securityinsights.models
Modifier and TypeClassDescriptionfinal class
Represents Fusion alert rule template.final class
Represents MicrosoftSecurityIncidentCreation rule template.final class
Represents MLBehaviorAnalytics alert rule template.final class
Represents NRT alert rule template.final class
Represents scheduled alert rule template.final class
Represents Threat Intelligence alert rule template.Modifier and TypeMethodDescriptionAlertRuleTemplate.innerModel()
Gets the inner com.azure.resourcemanager.securityinsights.fluent.models.AlertRuleTemplateInner object.Modifier and TypeMethodDescriptionAlertRuleTemplatesList.value()
Get the value property: Array of alert rule templates.Modifier and TypeMethodDescriptionAlertRuleTemplatesList.withValue
(List<AlertRuleTemplateInner> value) Set the value property: Array of alert rule templates.