ArmSecurityInsightsModelFactory.SecurityInsightsIncidentRelationData 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 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
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- 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.
Returns
A new SecurityInsightsIncidentRelationData instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET