DBSystemDiskRedundancyType 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.
Disk redundancy type enum.
public readonly struct DBSystemDiskRedundancyType : IEquatable<Azure.ResourceManager.OracleDatabase.Models.DBSystemDiskRedundancyType>
type DBSystemDiskRedundancyType = struct
Public Structure DBSystemDiskRedundancyType
Implements IEquatable(Of DBSystemDiskRedundancyType)
- Inheritance
-
DBSystemDiskRedundancyType
- Implements
Constructors
| Name | Description |
|---|---|
| DBSystemDiskRedundancyType(String) |
Initializes a new instance of DBSystemDiskRedundancyType. |
Properties
| Name | Description |
|---|---|
| High |
3-way redundancy. |
| Normal |
2-way redundancy. |
Methods
| Name | Description |
|---|---|
| Equals(DBSystemDiskRedundancyType) |
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(DBSystemDiskRedundancyType, DBSystemDiskRedundancyType) |
Determines if two DBSystemDiskRedundancyType values are the same. |
| Implicit(String to DBSystemDiskRedundancyType) |
Converts a String to a DBSystemDiskRedundancyType. |
| Inequality(DBSystemDiskRedundancyType, DBSystemDiskRedundancyType) |
Determines if two DBSystemDiskRedundancyType values are not the same. |