SummarizeResults 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
SummarizeResults() |
Initializes a new instance of the SummarizeResults class. |
SummarizeResults(String, Nullable<Int32>, IList<Summary>) |
Initializes a new instance of the SummarizeResults class. |
SummarizeResults()
Initializes a new instance of the SummarizeResults class.
public SummarizeResults ();
Public Sub New ()
Applies to
SummarizeResults(String, Nullable<Int32>, IList<Summary>)
Initializes a new instance of the SummarizeResults class.
public SummarizeResults (string odatacontext = default, int? odatacount = default, System.Collections.Generic.IList<Microsoft.Azure.Management.PolicyInsights.Models.Summary> value = default);
new Microsoft.Azure.Management.PolicyInsights.Models.SummarizeResults : string * Nullable<int> * System.Collections.Generic.IList<Microsoft.Azure.Management.PolicyInsights.Models.Summary> -> Microsoft.Azure.Management.PolicyInsights.Models.SummarizeResults
Public Sub New (Optional odatacontext As String = Nothing, Optional odatacount As Nullable(Of Integer) = Nothing, Optional value As IList(Of Summary) = Nothing)
Parameters
- odatacontext
- String
OData context string; used by OData clients to resolve type information based on metadata.
OData entity count; represents the number of summaries returned; always set to 1.
Applies to
Azure SDK for .NET