ArmSecurityInsightsModelFactory.SecurityInsightsIncidentRelationData Method

Definition

Initializes a new instance of SecurityInsightsIncidentRelationData.

public static Azure.ResourceManager.SecurityInsights.SecurityInsightsIncidentRelationData SecurityInsightsIncidentRelationData(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, Azure.Core.ResourceType? relatedResourceType = default, string relatedResourceKind = default, Azure.ETag? etag = default);
static member SecurityInsightsIncidentRelationData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Azure.Core.ResourceIdentifier * string * Nullable<Azure.Core.ResourceType> * string * Nullable<Azure.ETag> -> Azure.ResourceManager.SecurityInsights.SecurityInsightsIncidentRelationData
Public Shared Function SecurityInsightsIncidentRelationData (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 relatedResourceType As Nullable(Of ResourceType) = Nothing, Optional relatedResourceKind As String = Nothing, Optional etag As Nullable(Of ETag) = Nothing) As SecurityInsightsIncidentRelationData

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.

relatedResourceId
ResourceIdentifier

The resource ID of the related resource.

relatedResourceName
String

The name of the related resource.

relatedResourceType
Nullable<ResourceType>

The resource type of the related resource.

relatedResourceKind
String

The resource kind of the related resource.

etag
Nullable<ETag>

Etag of the azure resource.

Returns

A new SecurityInsightsIncidentRelationData instance for mocking.

Applies to