次の方法で共有


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

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