ExclusionReason Struct

Definition

Enum for the reason why a resource is excluded.

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

Constructors

Name Description
ExclusionReason(String)

Initializes a new instance of ExclusionReason.

Properties

Name Description
FailedOverResource

The resource failed over and is excluded.

UnsupportedResource

The resource is unsupported and excluded.

UserSelectedExclusion

The resource was excluded by user selection.

Methods

Name Description
Equals(ExclusionReason)

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

Determines if two ExclusionReason values are the same.

Implicit(String to ExclusionReason)

Converts a string to a ExclusionReason.

Implicit(String to Nullable<ExclusionReason>)
Inequality(ExclusionReason, ExclusionReason)

Determines if two ExclusionReason values are not the same.

Applies to