Freigeben über


IormObjective Struct

Definition

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

Name Description
IormObjective(String)

Initializes a new instance of IormObjective.

Properties

Name Description
Auto

Auto objective.

Balanced

Balanced objective.

Basic

Basic objective.

HighThroughput

High throughput objective.

LowLatency

Low latency objective.

Methods

Name Description
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

Name Description
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