ArmSecurityInsightsModelFactory.SecurityInsightsHuntData Method

Definition

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.SecurityInsightsContentStatus? 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.SecurityInsightsContentStatus> * 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 SecurityInsightsContentStatus) = 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

id
ResourceIdentifier

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.

displayName
String

The display name of the hunt.

description
String

The description of the hunt.

status
Nullable<SecurityInsightsContentStatus>

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.

owner
SecurityInsightsHuntOwner

Describes a user that the hunt is assigned to.

eTag
Nullable<ETag>

Etag of the azure resource.

Returns

A new SecurityInsightsHuntData instance for mocking.

Applies to