ExtensionObjectState Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |