Share via


HostNameType Struct

Definition

Type of the hostname.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.HostNameTypeTypeConverter))]
public struct HostNameType : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.HostNameType>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.HostNameTypeTypeConverter))>]
type HostNameType = struct
    interface IArgumentCompleter
Public Structure HostNameType
Implements IArgumentCompleter, IEquatable(Of HostNameType)
Inheritance
HostNameType
Attributes
Implements

Fields

Managed
Verified

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(HostNameType)

Compares values of enum type HostNameType

Equals(Object)

Compares values of enum type HostNameType (override for Object)

GetHashCode()

Returns hashCode for enum HostNameType

ToString()

Returns string representation for HostNameType

Operators

Equality(HostNameType, HostNameType)

Overriding == operator for enum HostNameType

Implicit(HostNameType to String)

Implicit operator to convert HostNameType to string

Implicit(String to HostNameType)

Implicit operator to convert string to HostNameType

Inequality(HostNameType, HostNameType)

Overriding != operator for enum HostNameType

Applies to