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
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET