ArmSecurityInsightsModelFactory.InsightsTableResultColumnsItem 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 InsightsTableResultColumnsItem.
public static Azure.ResourceManager.SecurityInsights.Models.InsightsTableResultColumnsItem InsightsTableResultColumnsItem(string type = default, string name = default);
static member InsightsTableResultColumnsItem : string * string -> Azure.ResourceManager.SecurityInsights.Models.InsightsTableResultColumnsItem
Public Shared Function InsightsTableResultColumnsItem (Optional type As String = Nothing, Optional name As String = Nothing) As InsightsTableResultColumnsItem
Parameters
- type
- String
the type of the column.
- name
- String
the name of the column.
Returns
A new InsightsTableResultColumnsItem instance for mocking.