Language

DnsResolverProperties Class

Definition

Represents the properties of a DNS resolver.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20220701.DnsResolverPropertiesTypeConverter))]
public class DnsResolverProperties : Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20220701.IDnsResolverProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20220701.DnsResolverPropertiesTypeConverter))>]
type DnsResolverProperties = class
    interface IDnsResolverProperties
    interface IJsonSerializable
Public Class DnsResolverProperties
Implements IDnsResolverProperties
Inheritance
DnsResolverProperties
Attributes
Implements

Constructors

Name Description
DnsResolverProperties()

Creates an new DnsResolverProperties instance.

Properties

Name Description
DnsResolverState

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

ProvisioningState

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

ResourceGuid

The resourceGuid property of the DNS resolver resource.

VirtualNetworkId

Resource ID.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DnsResolverProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DnsResolverProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20220701.IDnsResolverProperties.

FromJsonString(String)

Creates a new instance of DnsResolverProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of DnsResolverProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to