ReportResult Struct

Definition

Indicates whether the fix action is Succeeded or Failed.

public readonly struct ReportResult : IEquatable<Azure.ResourceManager.AppComplianceAutomation.Models.ReportResult>
type ReportResult = struct
Public Structure ReportResult
Implements IEquatable(Of ReportResult)
Inheritance
ReportResult
Implements

Constructors

ReportResult(String)

Initializes a new instance of ReportResult.

Properties

Failed

The result is failed.

Succeeded

The result is succeeded.

Methods

Equals(ReportResult)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(ReportResult, ReportResult)

Determines if two ReportResult values are the same.

Implicit(String to ReportResult)

Converts a string to a ReportResult.

Inequality(ReportResult, ReportResult)

Determines if two ReportResult values are not the same.

Applies to