次の方法で共有


Preference Struct

Definition

Preference enum Serialized Name: Preference

public readonly struct Preference : IEquatable<Azure.ResourceManager.OracleDatabase.Models.Preference>
type Preference = struct
Public Structure Preference
Implements IEquatable(Of Preference)
Inheritance
Preference
Implements

Constructors

Preference(String)

Initializes a new instance of Preference.

Properties

CustomPreference

Custom preference Serialized Name: Preference.CustomPreference

NoPreference

No preference Serialized Name: Preference.NoPreference

Methods

Equals(Preference)

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(Preference, Preference)

Determines if two Preference values are the same.

Implicit(String to Preference)

Converts a string to a Preference.

Inequality(Preference, Preference)

Determines if two Preference values are not the same.

Applies to