Condividi tramite


QueryResults Constructors

Definition

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

matchingRecordsCount
Nullable<Int64>

Number of total records matching the query.

signatures
IList<SingleQueryResult>

Array containing the results of the query

Applies to