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