CategoryStatus Struct

Definition

Indicates the category status.

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

Constructors

CategoryStatus(String)

Initializes a new instance of CategoryStatus.

Properties

Healthy

Healthy.

Unhealthy

Unhealthy.

Methods

Equals(CategoryStatus)

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

Determines if two CategoryStatus values are the same.

Implicit(String to CategoryStatus)

Converts a string to a CategoryStatus.

Inequality(CategoryStatus, CategoryStatus)

Determines if two CategoryStatus values are not the same.

Applies to