PolicyStatesQueryResults Class
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.
Query results.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Models.PolicyStatesQueryResultsTypeConverter))]
public class PolicyStatesQueryResults : Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Models.IPolicyStatesQueryResults
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Models.PolicyStatesQueryResultsTypeConverter))>]
type PolicyStatesQueryResults = class
interface IPolicyStatesQueryResults
interface IJsonSerializable
Public Class PolicyStatesQueryResults
Implements IPolicyStatesQueryResults
- Inheritance
-
PolicyStatesQueryResults
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| PolicyStatesQueryResults() |
Creates an new PolicyStatesQueryResults instance. |
Properties
| Name | Description |
|---|---|
| OdataContext |
OData context string; used by OData clients to resolve type information based on metadata. |
| OdataCount |
OData entity count; represents the number of policy state records returned. |
| OdataNextLink |
Odata next link; URL to get the next set of results. |
| Value |
Query results. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of PolicyStatesQueryResults. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of PolicyStatesQueryResults. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Models.IPolicyStatesQueryResults. |
| FromJsonString(String) |
Creates a new instance of PolicyStatesQueryResults, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of PolicyStatesQueryResults into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |