DnsVerificationTestResult Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
DNS verification test result.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.DnsVerificationTestResultTypeConverter))]
public struct DnsVerificationTestResult : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.DnsVerificationTestResult>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.DnsVerificationTestResultTypeConverter))>]
type DnsVerificationTestResult = struct
interface IArgumentCompleter
Public Structure DnsVerificationTestResult
Implements IArgumentCompleter, IEquatable(Of DnsVerificationTestResult)
- Inheritance
-
DnsVerificationTestResult
- Attributes
- Implements
Fields
Failed | |
Passed | |
Skipped |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(DnsVerificationTestResult) |
Compares values of enum type DnsVerificationTestResult |
Equals(Object) |
Compares values of enum type DnsVerificationTestResult (override for Object) |
GetHashCode() |
Returns hashCode for enum DnsVerificationTestResult |
ToString() |
Returns string representation for DnsVerificationTestResult |
Operators
Equality(DnsVerificationTestResult, DnsVerificationTestResult) |
Overriding == operator for enum DnsVerificationTestResult |
Implicit(DnsVerificationTestResult to String) |
Implicit operator to convert DnsVerificationTestResult to string |
Implicit(String to DnsVerificationTestResult) |
Implicit operator to convert string to DnsVerificationTestResult |
Inequality(DnsVerificationTestResult, DnsVerificationTestResult) |
Overriding != operator for enum DnsVerificationTestResult |