ArmSecurityInsightsModelFactory.InsightsTableResult 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 InsightsTableResult.
public static Azure.ResourceManager.SecurityInsights.Models.InsightsTableResult InsightsTableResult (System.Collections.Generic.IEnumerable<Azure.ResourceManager.SecurityInsights.Models.InsightsTableResultColumnsItem> columns = default, System.Collections.Generic.IEnumerable<System.Collections.Generic.IList<string>> rows = default);
static member InsightsTableResult : seq<Azure.ResourceManager.SecurityInsights.Models.InsightsTableResultColumnsItem> * seq<System.Collections.Generic.IList<string>> -> Azure.ResourceManager.SecurityInsights.Models.InsightsTableResult
Public Shared Function InsightsTableResult (Optional columns As IEnumerable(Of InsightsTableResultColumnsItem) = Nothing, Optional rows As IEnumerable(Of IList(Of String)) = Nothing) As InsightsTableResult
Parameters
Columns Metadata of the table.
- rows
- IEnumerable<IList<String>>
Rows data of the table.
Returns
A new InsightsTableResult instance for mocking.
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET