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