Share via


HostFormatType Struct

Definition

Host format type enum. Serialized Name: HostFormatType

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

Constructors

HostFormatType(String)

Initializes a new instance of HostFormatType.

Properties

Fqdn

FQDN format Serialized Name: HostFormatType.Fqdn

IP

IP format Serialized Name: HostFormatType.Ip

Methods

Equals(HostFormatType)

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

Determines if two HostFormatType values are the same.

Implicit(String to HostFormatType)

Converts a string to a HostFormatType.

Inequality(HostFormatType, HostFormatType)

Determines if two HostFormatType values are not the same.

Applies to