PolicyStatesQueryResults 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
| PolicyStatesQueryResults() | |
| PolicyStatesQueryResults(String, Nullable<Int32>, IList<PolicyState>) |
PolicyStatesQueryResults()
public PolicyStatesQueryResults ();
Public Sub New ()
Applies to
PolicyStatesQueryResults(String, Nullable<Int32>, IList<PolicyState>)
public PolicyStatesQueryResults (string odatacontext = default, int? odatacount = default, System.Collections.Generic.IList<Microsoft.Azure.Management.PolicyInsights_2018_04.Models.PolicyState> value = default);
new Microsoft.Azure.Management.PolicyInsights_2018_04.Models.PolicyStatesQueryResults : string * Nullable<int> * System.Collections.Generic.IList<Microsoft.Azure.Management.PolicyInsights_2018_04.Models.PolicyState> -> Microsoft.Azure.Management.PolicyInsights_2018_04.Models.PolicyStatesQueryResults
Public Sub New (Optional odatacontext As String = Nothing, Optional odatacount As Nullable(Of Integer) = Nothing, Optional value As IList(Of PolicyState) = Nothing)
Parameters
- odatacontext
- String
- value
- IList<PolicyState>