IormLifecycleState 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.
ORM lifecycle state enum.
public readonly struct IormLifecycleState : IEquatable<Azure.ResourceManager.OracleDatabase.Models.IormLifecycleState>
type IormLifecycleState = struct
Public Structure IormLifecycleState
Implements IEquatable(Of IormLifecycleState)
- Inheritance
-
IormLifecycleState
- Implements
Constructors
IormLifecycleState(String) |
Initializes a new instance of IormLifecycleState. |
Properties
BootStrapping |
Indicates that resource in Provisioning state. |
Disabled |
Indicates that resource in Disabled state. |
Enabled |
Indicates that resource in Enabled state. |
Failed |
Indicates that resource in Failed state. |
Updating |
Indicates that resource in Updating state. |
Methods
Equals(IormLifecycleState) |
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(IormLifecycleState, IormLifecycleState) |
Determines if two IormLifecycleState values are the same. |
Implicit(String to IormLifecycleState) |
Converts a string to a IormLifecycleState. |
Inequality(IormLifecycleState, IormLifecycleState) |
Determines if two IormLifecycleState values are not the same. |
Applies to
Azure SDK for .NET