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(Nullable<Int64>, IList<SingleQueryResult>) |
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(Nullable<Int64>, IList<SingleQueryResult>)
Initializes a new instance of the QueryResults class.
public QueryResults (long? matchingRecordsCount = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.SingleQueryResult> signatures = default);
new Microsoft.Azure.Management.Network.Models.QueryResults : Nullable<int64> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.SingleQueryResult> -> Microsoft.Azure.Management.Network.Models.QueryResults
Public Sub New (Optional matchingRecordsCount As Nullable(Of Long) = Nothing, Optional signatures As IList(Of SingleQueryResult) = Nothing)
Parameters
- signatures
- IList<SingleQueryResult>
Array containing the results of the query