次の方法で共有


ConnectionSessionModeType Struct

Definition

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