Compartilhar via


DomainType Struct

Definition

Valid values are Regular domain: Azure will charge the full price of domain registration, SoftDeleted: Purchasing this domain will simply restore it and this operation will not cost anything.

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

Fields

Regular
SoftDeleted

Methods

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

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

Equals(DomainType)

Compares values of enum type DomainType

Equals(Object)

Compares values of enum type DomainType (override for Object)

GetHashCode()

Returns hashCode for enum DomainType

ToString()

Returns string representation for DomainType

Operators

Equality(DomainType, DomainType)

Overriding == operator for enum DomainType

Implicit(DomainType to String)

Implicit operator to convert DomainType to string

Implicit(String to DomainType)

Implicit operator to convert string to DomainType

Inequality(DomainType, DomainType)

Overriding != operator for enum DomainType

Applies to