DnsResolverState 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.
The current status of the DNS resolver. This is a read-only property and any attempt to set this value will be ignored.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Support.DnsResolverStateTypeConverter))]
public struct DnsResolverState : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Support.DnsResolverState>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Support.DnsResolverStateTypeConverter))>]
type DnsResolverState = struct
interface IArgumentCompleter
Public Structure DnsResolverState
Implements IArgumentCompleter, IEquatable(Of DnsResolverState)
- Inheritance
-
DnsResolverState
- Attributes
- Implements
Fields
| Name | Description |
|---|---|
| Connected | |
| Disconnected | |
Methods
| Name | Description |
|---|---|
| CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
| Equals(DnsResolverState) |
Compares values of enum type DnsResolverState |
| Equals(Object) |
Compares values of enum type DnsResolverState (override for Object) |
| GetHashCode() |
Returns hashCode for enum DnsResolverState |
| ToString() |
Returns string representation for DnsResolverState |
Operators
| Name | Description |
|---|---|
| Equality(DnsResolverState, DnsResolverState) |
Overriding == operator for enum DnsResolverState |
| Implicit(DnsResolverState to String) |
Implicit operator to convert DnsResolverState to string |
| Implicit(String to DnsResolverState) |
Implicit operator to convert string to DnsResolverState |
| Inequality(DnsResolverState, DnsResolverState) |
Overriding != operator for enum DnsResolverState |