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