IormObjective 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.
Objective enum.
public readonly struct IormObjective : IEquatable<Azure.ResourceManager.OracleDatabase.Models.IormObjective>
type IormObjective = struct
Public Structure IormObjective
Implements IEquatable(Of IormObjective)
- Inheritance
-
IormObjective
- Implements
Constructors
IormObjective(String) |
Initializes a new instance of IormObjective. |
Properties
Auto |
Auto objective. |
Balanced |
Balanced objective. |
Basic |
Basic objective. |
HighThroughput |
High throughput objective. |
LowLatency |
Low latency objective. |
Methods
Equals(IormObjective) |
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(IormObjective, IormObjective) |
Determines if two IormObjective values are the same. |
Implicit(String to IormObjective) |
Converts a string to a IormObjective. |
Inequality(IormObjective, IormObjective) |
Determines if two IormObjective values are not the same. |
Applies to
Azure SDK for .NET