다음을 통해 공유


CheckManagementGroupPolicyRestrictionsContent Class

Definition

The check policy restrictions parameters describing the resource that is being evaluated.

public class CheckManagementGroupPolicyRestrictionsContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.PolicyInsights.Models.CheckManagementGroupPolicyRestrictionsContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.PolicyInsights.Models.CheckManagementGroupPolicyRestrictionsContent>
public class CheckManagementGroupPolicyRestrictionsContent
type CheckManagementGroupPolicyRestrictionsContent = class
    interface IJsonModel<CheckManagementGroupPolicyRestrictionsContent>
    interface IPersistableModel<CheckManagementGroupPolicyRestrictionsContent>
type CheckManagementGroupPolicyRestrictionsContent = class
Public Class CheckManagementGroupPolicyRestrictionsContent
Implements IJsonModel(Of CheckManagementGroupPolicyRestrictionsContent), IPersistableModel(Of CheckManagementGroupPolicyRestrictionsContent)
Public Class CheckManagementGroupPolicyRestrictionsContent
Inheritance
CheckManagementGroupPolicyRestrictionsContent
Implements

Constructors

CheckManagementGroupPolicyRestrictionsContent()

Initializes a new instance of CheckManagementGroupPolicyRestrictionsContent.

Properties

PendingFields

The list of fields and values that should be evaluated for potential restrictions.

ResourceDetails

The information about the resource that will be evaluated.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<CheckManagementGroupPolicyRestrictionsContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<CheckManagementGroupPolicyRestrictionsContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CheckManagementGroupPolicyRestrictionsContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CheckManagementGroupPolicyRestrictionsContent>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<CheckManagementGroupPolicyRestrictionsContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to