ArmSecurityInsightsModelFactory.MLBehaviorAnalyticsAlertRule Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of MLBehaviorAnalyticsAlertRule.
public static Azure.ResourceManager.SecurityInsights.Models.MLBehaviorAnalyticsAlertRule MLBehaviorAnalyticsAlertRule(Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.ETag? eTag = default, string alertRuleTemplateName = default, string description = default, string displayName = default, bool? isEnabled = default, DateTimeOffset? lastModifiedOn = default, Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsAlertSeverity? severity = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsAttackTactic> tactics = default, System.Collections.Generic.IEnumerable<string> techniques = default, System.Collections.Generic.IEnumerable<string> subTechniques = default);
static member MLBehaviorAnalyticsAlertRule : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<Azure.ETag> * string * string * string * Nullable<bool> * Nullable<DateTimeOffset> * Nullable<Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsAlertSeverity> * seq<Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsAttackTactic> * seq<string> * seq<string> -> Azure.ResourceManager.SecurityInsights.Models.MLBehaviorAnalyticsAlertRule
Public Shared Function MLBehaviorAnalyticsAlertRule (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional eTag As Nullable(Of ETag) = Nothing, Optional alertRuleTemplateName As String = Nothing, Optional description As String = Nothing, Optional displayName As String = Nothing, Optional isEnabled As Nullable(Of Boolean) = Nothing, Optional lastModifiedOn As Nullable(Of DateTimeOffset) = Nothing, Optional severity As Nullable(Of SecurityInsightsAlertSeverity) = Nothing, Optional tactics As IEnumerable(Of SecurityInsightsAttackTactic) = Nothing, Optional techniques As IEnumerable(Of String) = Nothing, Optional subTechniques As IEnumerable(Of String) = Nothing) As MLBehaviorAnalyticsAlertRule
Parameters
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.
- name
- String
The name of the resource.
- resourceType
- ResourceType
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".
- systemData
- SystemData
Azure Resource Manager metadata containing createdBy and modifiedBy information.
- alertRuleTemplateName
- String
The Name of the alert rule template used to create this rule.
- description
- String
The description of the alert rule.
- displayName
- String
The display name for alerts created by this alert rule.
- lastModifiedOn
- Nullable<DateTimeOffset>
The last time that this alert rule has been modified.
- severity
- Nullable<SecurityInsightsAlertSeverity>
The severity for alerts created by this alert rule.
- tactics
- IEnumerable<SecurityInsightsAttackTactic>
The tactics of the alert rule.
- techniques
- IEnumerable<String>
The techniques of the alert rule.
- subTechniques
- IEnumerable<String>
The sub-techniques of the alert rule.
Returns
A new MLBehaviorAnalyticsAlertRule instance for mocking.