ArmSecurityInsightsModelFactory.SecurityInsightsHuntData 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 SecurityInsightsHuntData.
public static Azure.ResourceManager.SecurityInsights.SecurityInsightsHuntData SecurityInsightsHuntData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, string displayName = default, string description = default, Azure.ResourceManager.SecurityInsights.Models.HuntStatus? status = default, Azure.ResourceManager.SecurityInsights.Models.HypothesisStatus? hypothesisStatus = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsAttackTactic> attackTactics = default, System.Collections.Generic.IEnumerable<string> attackTechniques = default, System.Collections.Generic.IEnumerable<string> labels = default, Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsHuntOwner owner = default, Azure.ETag? etag = default);
static member SecurityInsightsHuntData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string * string * Nullable<Azure.ResourceManager.SecurityInsights.Models.HuntStatus> * Nullable<Azure.ResourceManager.SecurityInsights.Models.HypothesisStatus> * seq<Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsAttackTactic> * seq<string> * seq<string> * Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsHuntOwner * Nullable<Azure.ETag> -> Azure.ResourceManager.SecurityInsights.SecurityInsightsHuntData
Public Shared Function SecurityInsightsHuntData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional displayName As String = Nothing, Optional description As String = Nothing, Optional status As Nullable(Of HuntStatus) = Nothing, Optional hypothesisStatus As Nullable(Of HypothesisStatus) = Nothing, Optional attackTactics As IEnumerable(Of SecurityInsightsAttackTactic) = Nothing, Optional attackTechniques As IEnumerable(Of String) = Nothing, Optional labels As IEnumerable(Of String) = Nothing, Optional owner As SecurityInsightsHuntOwner = Nothing, Optional etag As Nullable(Of ETag) = Nothing) As SecurityInsightsHuntData
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- displayName
- String
The display name of the hunt.
- description
- String
The description of the hunt.
- status
- Nullable<HuntStatus>
The status of the hunt.
- hypothesisStatus
- Nullable<HypothesisStatus>
The hypothesis status of the hunt.
- attackTactics
- IEnumerable<SecurityInsightsAttackTactic>
A list of mitre attack tactics the hunt is associated with.
- attackTechniques
- IEnumerable<String>
A list of a mitre attack techniques the hunt is associated with.
- labels
- IEnumerable<String>
List of labels relevant to this hunt.
Describes a user that the hunt is assigned to.
Returns
A new SecurityInsightsHuntData instance for mocking.
Applies to
Azure SDK for .NET