ArmSecurityInsightsModelFactory.SecurityInsightsMetadataSource Method

Definition

public static Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsMetadataSource SecurityInsightsMetadataSource(Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsSourceKind kind = default, string name = default, string sourceId = default);
static member SecurityInsightsMetadataSource : Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsSourceKind * string * string -> Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsMetadataSource
Public Shared Function SecurityInsightsMetadataSource (Optional kind As SecurityInsightsSourceKind = Nothing, Optional name As String = Nothing, Optional sourceId As String = Nothing) As SecurityInsightsMetadataSource

Parameters

kind
SecurityInsightsSourceKind

Source type of the content.

name
String

Name of the content source. The repo name, solution name, LA workspace name etc.

sourceId
String

ID of the content source. The solution ID, workspace ID, etc.

Returns

A new SecurityInsightsMetadataSource instance for mocking.

Applies to