ReportFixResult Class

Definition

Report fix result.

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

Properties

Reason

If the report fix action failed, to indicate the detailed failed reason.

Result

Indicates whether the fix action is Succeeded or Failed.

Explicit Interface Implementations

IJsonModel<ReportFixResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ReportFixResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ReportFixResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ReportFixResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ReportFixResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to