Dela via


DnsType Struct

Definition

Current DNS type

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

Fields

AzureDns
DefaultDomainRegistrarDns

Methods

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

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

Equals(DnsType)

Compares values of enum type DnsType

Equals(Object)

Compares values of enum type DnsType (override for Object)

GetHashCode()

Returns hashCode for enum DnsType

ToString()

Returns string representation for DnsType

Operators

Equality(DnsType, DnsType)

Overriding == operator for enum DnsType

Implicit(DnsType to String)

Implicit operator to convert DnsType to string

Implicit(String to DnsType)

Implicit operator to convert string to DnsType

Inequality(DnsType, DnsType)

Overriding != operator for enum DnsType

Applies to