Sdílet prostřednictvím


TrackedResourceModificationDetails Class

Definition

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

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

Properties

DeploymentId

The ID of the deployment that created or modified the tracked resource.

DeploymentOn

Timestamp of the deployment that created or modified the tracked resource.

PolicyDetails

The details of the policy that created or modified the tracked resource.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<TrackedResourceModificationDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<TrackedResourceModificationDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<TrackedResourceModificationDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<TrackedResourceModificationDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<TrackedResourceModificationDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to