ReportStatus Struct

Definition

Report status.

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

Constructors

ReportStatus(String)

Initializes a new instance of ReportStatus.

Properties

Active

Active.

Disabled

Disabled.

Failed

Failed.

Methods

Equals(ReportStatus)

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(ReportStatus, ReportStatus)

Determines if two ReportStatus values are the same.

Implicit(String to ReportStatus)

Converts a string to a ReportStatus.

Inequality(ReportStatus, ReportStatus)

Determines if two ReportStatus values are not the same.

Applies to