Preference 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.
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. |