SummarizeResults 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.
Summarize action results.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Models.SummarizeResultsTypeConverter))]
public class SummarizeResults : Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Models.ISummarizeResults
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Models.SummarizeResultsTypeConverter))>]
type SummarizeResults = class
interface ISummarizeResults
interface IJsonSerializable
Public Class SummarizeResults
Implements ISummarizeResults
- Inheritance
-
SummarizeResults
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| SummarizeResults() |
Creates an new SummarizeResults 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 summaries returned; always set to 1. |
| Value |
Summarize action results. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of SummarizeResults. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of SummarizeResults. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Models.ISummarizeResults. |
| FromJsonString(String) |
Creates a new instance of SummarizeResults, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of SummarizeResults into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |