共用方式為


PolicyGroupSummary Class

Definition

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>
public class PolicyGroupSummary
type PolicyGroupSummary = class
    interface IJsonModel<PolicyGroupSummary>
    interface IPersistableModel<PolicyGroupSummary>
type PolicyGroupSummary = class
Public Class PolicyGroupSummary
Implements IJsonModel(Of PolicyGroupSummary), IPersistableModel(Of PolicyGroupSummary)
Public Class PolicyGroupSummary
Inheritance
PolicyGroupSummary
Implements

Properties

PolicyGroupName

Policy group name.

Results

Compliance summary for the policy definition group.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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.

Applies to