SiteRecoveryErrorSeverity Struct

Definition

Severity of error.

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

Constructors

SiteRecoveryErrorSeverity(String)

Initializes a new instance of SiteRecoveryErrorSeverity.

Properties

Error

Error.

Info

Info.

None

NONE.

Warning

Warning.

Methods

Equals(SiteRecoveryErrorSeverity)

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

Determines if two SiteRecoveryErrorSeverity values are the same.

Implicit(String to SiteRecoveryErrorSeverity)

Converts a string to a SiteRecoveryErrorSeverity.

Inequality(SiteRecoveryErrorSeverity, SiteRecoveryErrorSeverity)

Determines if two SiteRecoveryErrorSeverity values are not the same.

Applies to