OpenModeType 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.
Open mode type enum. Serialized Name: OpenModeType
public readonly struct OpenModeType : IEquatable<Azure.ResourceManager.OracleDatabase.Models.OpenModeType>
type OpenModeType = struct
Public Structure OpenModeType
Implements IEquatable(Of OpenModeType)
- Inheritance
-
OpenModeType
- Implements
Constructors
OpenModeType(String) |
Initializes a new instance of OpenModeType. |
Properties
ReadOnly |
ReadOnly mode Serialized Name: OpenModeType.ReadOnly |
ReadWrite |
ReadWrite mode Serialized Name: OpenModeType.ReadWrite |
Methods
Equals(OpenModeType) |
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(OpenModeType, OpenModeType) |
Determines if two OpenModeType values are the same. |
Implicit(String to OpenModeType) |
Converts a string to a OpenModeType. |
Inequality(OpenModeType, OpenModeType) |
Determines if two OpenModeType values are not the same. |
Applies to
Azure SDK for .NET