ExtensionObjectState Struct

Definition

Enum for AttentionReason - Extension Object State.

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

Constructors

Name Description
ExtensionObjectState(String)

Initializes a new instance of ExtensionObjectState.

Properties

Name Description
Exists

Extension object exists.

NotExists

Extension object not exists.

Methods

Name Description
Equals(ExtensionObjectState)

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

Determines if two ExtensionObjectState values are the same.

Implicit(String to ExtensionObjectState)

Converts a string to a ExtensionObjectState.

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

Determines if two ExtensionObjectState values are not the same.

Applies to