ArmSecurityInsightsModelFactory.SecurityInsightsHuntRelationData Method

Definition

Initializes a new instance of SecurityInsightsHuntRelationData.

public static Azure.ResourceManager.SecurityInsights.SecurityInsightsHuntRelationData SecurityInsightsHuntRelationData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.Core.ResourceIdentifier relatedResourceId = default, string relatedResourceName = default, string relationType = default, string relatedResourceKind = default, System.Collections.Generic.IEnumerable<string> labels = default, Azure.ETag? etag = default);
static member SecurityInsightsHuntRelationData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Azure.Core.ResourceIdentifier * string * string * string * seq<string> * Nullable<Azure.ETag> -> Azure.ResourceManager.SecurityInsights.SecurityInsightsHuntRelationData
Public Shared Function SecurityInsightsHuntRelationData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional relatedResourceId As ResourceIdentifier = Nothing, Optional relatedResourceName As String = Nothing, Optional relationType As String = Nothing, Optional relatedResourceKind As String = Nothing, Optional labels As IEnumerable(Of String) = Nothing, Optional etag As Nullable(Of ETag) = Nothing) As SecurityInsightsHuntRelationData

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

relatedResourceId
ResourceIdentifier

The id of the related resource.

relatedResourceName
String

The name of the related resource.

relationType
String

The type of the hunt relation.

relatedResourceKind
String

The resource that the relation is related to.

labels
IEnumerable<String>

List of labels relevant to this hunt.

etag
Nullable<ETag>

Etag of the azure resource.

Returns

A new SecurityInsightsHuntRelationData instance for mocking.

Applies to