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

Name Description
ReportStatus(String)

Initializes a new instance of ReportStatus.

Properties

Name Description
Active

Active.

Disabled

Disabled.

Failed

Failed.

Methods

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

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