DBNodeActionType 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.
DbNode action enum.
public readonly struct DBNodeActionType : IEquatable<Azure.ResourceManager.OracleDatabase.Models.DBNodeActionType>
type DBNodeActionType = struct
Public Structure DBNodeActionType
Implements IEquatable(Of DBNodeActionType)
- Inheritance
-
DBNodeActionType
- Implements
Constructors
| Name | Description |
|---|---|
| DBNodeActionType(String) |
Initializes a new instance of DBNodeActionType. |
Properties
| Name | Description |
|---|---|
| Reset |
Reset DbNode. |
| SoftReset |
Soft reset DbNode. |
| Start |
Start DbNode. |
| Stop |
Stop DbNode. |
Methods
| Name | Description |
|---|---|
| Equals(DBNodeActionType) |
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(DBNodeActionType, DBNodeActionType) |
Determines if two DBNodeActionType values are the same. |
| Implicit(String to DBNodeActionType) |
Converts a String to a DBNodeActionType. |
| Inequality(DBNodeActionType, DBNodeActionType) |
Determines if two DBNodeActionType values are not the same. |