QueryResults 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
QueryResults() |
Initializes a new instance of the QueryResults class. |
QueryResults(IList<Table>) |
Initializes a new instance of the QueryResults class. |
QueryResults()
Initializes a new instance of the QueryResults class.
public QueryResults();
Public Sub New ()
Applies to
QueryResults(IList<Table>)
Initializes a new instance of the QueryResults class.
public QueryResults(System.Collections.Generic.IList<Microsoft.Azure.ApplicationInsights.Models.Table> tables);
new Microsoft.Azure.ApplicationInsights.Models.QueryResults : System.Collections.Generic.IList<Microsoft.Azure.ApplicationInsights.Models.Table> -> Microsoft.Azure.ApplicationInsights.Models.QueryResults
Public Sub New (tables As IList(Of Table))
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