PolicyGroupSummary 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.
Policy definition group summary.
public class PolicyGroupSummary : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.PolicyInsights.Models.PolicyGroupSummary>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.PolicyInsights.Models.PolicyGroupSummary>
type PolicyGroupSummary = class
interface IJsonModel<PolicyGroupSummary>
interface IPersistableModel<PolicyGroupSummary>
Public Class PolicyGroupSummary
Implements IJsonModel(Of PolicyGroupSummary), IPersistableModel(Of PolicyGroupSummary)
- Inheritance
-
PolicyGroupSummary
- Implements
Properties
| Name | Description |
|---|---|
| PolicyGroupName |
Policy group name. |
| Results |
Compliance summary for the policy definition group. |
Methods
Explicit Interface Implementations
| Name | Description |
|---|---|
| IJsonModel<PolicyGroupSummary>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
| IJsonModel<PolicyGroupSummary>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
| IPersistableModel<PolicyGroupSummary>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
| IPersistableModel<PolicyGroupSummary>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
| IPersistableModel<PolicyGroupSummary>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |