ReportVerificationResult Class

Definition

Report health status verification result.

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

Properties

Reason

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

Result

Indicates whether the report verification action is Succeeded or Failed.

Explicit Interface Implementations

IJsonModel<ReportVerificationResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ReportVerificationResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ReportVerificationResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ReportVerificationResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ReportVerificationResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to