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