HealthErrorCategory Struct

Definition

The category of the health error.

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

Constructors

HealthErrorCategory(String)

Initializes a new instance of HealthErrorCategory.

Properties

AgentAutoUpdateArtifactDeleted

AgentAutoUpdateArtifactDeleted.

AgentAutoUpdateInfra

AgentAutoUpdateInfra.

AgentAutoUpdateRunAsAccount

AgentAutoUpdateRunAsAccount.

AgentAutoUpdateRunAsAccountExpired

AgentAutoUpdateRunAsAccountExpired.

AgentAutoUpdateRunAsAccountExpiry

AgentAutoUpdateRunAsAccountExpiry.

Configuration

Configuration.

FabricInfrastructure

FabricInfrastructure.

None

None.

Replication

Replication.

TestFailover

TestFailover.

VersionExpiry

VersionExpiry.

Methods

Equals(HealthErrorCategory)

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

Determines if two HealthErrorCategory values are the same.

Implicit(String to HealthErrorCategory)

Converts a string to a HealthErrorCategory.

Inequality(HealthErrorCategory, HealthErrorCategory)

Determines if two HealthErrorCategory values are not the same.

Applies to