ArmSecurityInsightsModelFactory.SecurityInsightsMetadataSource 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.
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
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.