SessionModeType 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.
Session mode type enum. Serialized Name: SessionModeType
public readonly struct SessionModeType : IEquatable<Azure.ResourceManager.OracleDatabase.Models.SessionModeType>
type SessionModeType = struct
Public Structure SessionModeType
Implements IEquatable(Of SessionModeType)
- Inheritance
-
SessionModeType
- Implements
Constructors
| Name | Description |
|---|---|
| SessionModeType(String) |
Initializes a new instance of SessionModeType. |
Properties
| Name | Description |
|---|---|
| Direct |
Direct session mode Serialized Name: SessionModeType.Direct |
| Redirect |
Redirect session mode Serialized Name: SessionModeType.Redirect |
Methods
| Name | Description |
|---|---|
| Equals(SessionModeType) |
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(SessionModeType, SessionModeType) |
Determines if two SessionModeType values are the same. |
| Implicit(String to SessionModeType) |
Converts a string to a SessionModeType. |
| Inequality(SessionModeType, SessionModeType) |
Determines if two SessionModeType values are not the same. |