你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Objective Struct

Definition

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