HealthErrorCustomerResolvability Struct

Definition

Value indicating whether the health error is customer resolvable.

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

Constructors

HealthErrorCustomerResolvability(String)

Initializes a new instance of HealthErrorCustomerResolvability.

Properties

Allowed

Allowed.

NotAllowed

NotAllowed.

Methods

Equals(HealthErrorCustomerResolvability)

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

Determines if two HealthErrorCustomerResolvability values are the same.

Implicit(String to HealthErrorCustomerResolvability)

Converts a string to a HealthErrorCustomerResolvability.

Inequality(HealthErrorCustomerResolvability, HealthErrorCustomerResolvability)

Determines if two HealthErrorCustomerResolvability values are not the same.

Applies to