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

Name Description
ReportResult(String)

Initializes a new instance of ReportResult.

Properties

Name Description
Failed

The result is failed.

Succeeded

The result is succeeded.

Methods

Name Description
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

Name Description
Equality(ReportResult, ReportResult)

Determines if two ReportResult values are the same.

Implicit(String to Nullable<ReportResult>)
Implicit(String to ReportResult)

Converts a string to a ReportResult.

Inequality(ReportResult, ReportResult)

Determines if two ReportResult values are not the same.

Applies to