Sdílet prostřednictvím


PolicyTrackedResourceRecord Class

Definition

Policy tracked resource record.

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

Properties

CreatedBy

The details of the policy triggered deployment that created the tracked resource.

LastModifiedBy

The details of the policy triggered deployment that modified the tracked resource.

LastUpdateOn

Timestamp of the last update to the tracked resource.

PolicyDetails

The details of the policy that require the tracked resource.

TrackedResourceId

The ID of the policy tracked resource.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<PolicyTrackedResourceRecord>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PolicyTrackedResourceRecord>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PolicyTrackedResourceRecord>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PolicyTrackedResourceRecord>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PolicyTrackedResourceRecord>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to