ConnectionHostFormatType Struct

Definition

Host format type enum.

public readonly struct ConnectionHostFormatType : IEquatable<Azure.ResourceManager.OracleDatabase.Models.ConnectionHostFormatType>
type ConnectionHostFormatType = struct
Public Structure ConnectionHostFormatType
Implements IEquatable(Of ConnectionHostFormatType)
Inheritance
ConnectionHostFormatType
Implements

Constructors

ConnectionHostFormatType(String)

Initializes a new instance of ConnectionHostFormatType.

Properties

Fqdn

FQDN format.

IP

IP format.

Methods

Equals(ConnectionHostFormatType)

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(ConnectionHostFormatType, ConnectionHostFormatType)

Determines if two ConnectionHostFormatType values are the same.

Implicit(String to ConnectionHostFormatType)

Converts a string to a ConnectionHostFormatType.

Inequality(ConnectionHostFormatType, ConnectionHostFormatType)

Determines if two ConnectionHostFormatType values are not the same.

Applies to