Dela via


HostType Struct

Definition

Indicates whether the hostname is a standard or repository hostname.

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

Fields

Repository
Standard

Methods

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

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

Equals(HostType)

Compares values of enum type HostType

Equals(Object)

Compares values of enum type HostType (override for Object)

GetHashCode()

Returns hashCode for enum HostType

ToString()

Returns string representation for HostType

Operators

Equality(HostType, HostType)

Overriding == operator for enum HostType

Implicit(HostType to String)

Implicit operator to convert HostType to string

Implicit(String to HostType)

Implicit operator to convert string to HostType

Inequality(HostType, HostType)

Overriding != operator for enum HostType

Applies to