Language

DnsResolver.State Property

Definition

The current status of the DNS resolver. This is a read-only property and any attempt to set this value will be ignored.

[Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Origin(Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.PropertyOrigin.Inlined)]
public Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Support.DnsResolverState? State { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Origin(Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.PropertyOrigin.Inlined)>]
member this.State : Nullable<Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Support.DnsResolverState>
Public ReadOnly Property State As Nullable(Of DnsResolverState)

Property Value

Implements

Attributes

Applies to