Table Constructors
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.
Overloads
Table() |
Initializes a new instance of the Table class. |
Table(IList<Column>, IList<IList<Object>>) |
Initializes a new instance of the Table class. |
Table()
Initializes a new instance of the Table class.
public Table ();
Public Sub New ()
Applies to
Table(IList<Column>, IList<IList<Object>>)
Initializes a new instance of the Table class.
public Table (System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceGraph.Models.Column> columns, System.Collections.Generic.IList<System.Collections.Generic.IList<object>> rows);
new Microsoft.Azure.Management.ResourceGraph.Models.Table : System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceGraph.Models.Column> * System.Collections.Generic.IList<System.Collections.Generic.IList<obj>> -> Microsoft.Azure.Management.ResourceGraph.Models.Table
Public Sub New (columns As IList(Of Column), rows As IList(Of IList(Of Object)))
Parameters
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