Udostępnij przez


ProtocolType Struct

Definition

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

Name Description
ProtocolType(String)

Initializes a new instance of ProtocolType.

Properties

Name Description
TCP

TCP protocol Serialized Name: ProtocolType.TCP

Tcps

TCPS protocol Serialized Name: ProtocolType.TCPS

Methods

Name Description
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

Name Description
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