FlexComponentHardwareType 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.
Hardware Type enum.
public readonly struct FlexComponentHardwareType : IEquatable<Azure.ResourceManager.OracleDatabase.Models.FlexComponentHardwareType>
type FlexComponentHardwareType = struct
Public Structure FlexComponentHardwareType
Implements IEquatable(Of FlexComponentHardwareType)
- Inheritance
-
FlexComponentHardwareType
- Implements
Constructors
| Name | Description |
|---|---|
| FlexComponentHardwareType(String) |
Initializes a new instance of FlexComponentHardwareType. |
Properties
| Name | Description |
|---|---|
| Cell |
Hardware type is Storage Server. |
| Compute |
Hardware type is Database Server. |
Methods
| Name | Description |
|---|---|
| Equals(FlexComponentHardwareType) |
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(FlexComponentHardwareType, FlexComponentHardwareType) |
Determines if two FlexComponentHardwareType values are the same. |
| Implicit(String to FlexComponentHardwareType) |
Converts a String to a FlexComponentHardwareType. |
| Inequality(FlexComponentHardwareType, FlexComponentHardwareType) |
Determines if two FlexComponentHardwareType values are not the same. |