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

Name Description
CategoryStatus(String)

Initializes a new instance of CategoryStatus.

Properties

Name Description
Healthy

Healthy.

Unhealthy

Unhealthy.

Methods

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

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