PolicyEventsQueryResults Class

Definition

Query results.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Models.PolicyEventsQueryResultsTypeConverter))]
public class PolicyEventsQueryResults : Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Models.IPolicyEventsQueryResults
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Models.PolicyEventsQueryResultsTypeConverter))>]
type PolicyEventsQueryResults = class
    interface IPolicyEventsQueryResults
    interface IJsonSerializable
Public Class PolicyEventsQueryResults
Implements IPolicyEventsQueryResults
Inheritance
PolicyEventsQueryResults
Attributes
Implements

Constructors

Name Description
PolicyEventsQueryResults()

Creates an new PolicyEventsQueryResults 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 event 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 PolicyEventsQueryResults.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PolicyEventsQueryResults.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Models.IPolicyEventsQueryResults.

FromJsonString(String)

Creates a new instance of PolicyEventsQueryResults, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of PolicyEventsQueryResults into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to