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