Language

DnsResolverDomainListProperties Class

Definition

Represents the properties of a DNS resolver domain list.

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

Constructors

Name Description
DnsResolverDomainListProperties()

Creates an new DnsResolverDomainListProperties instance.

Properties

Name Description
Domain

The domains in the domain list. Will be null if user is using large domain list.

DomainsUrl

The URL for bulk upload or download for domain lists containing larger set of domains. This will be populated if domains is empty or null.

ProvisioningState

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

ResourceGuid

The resourceGuid property of the DNS resolver domain list resource.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DnsResolverDomainListProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DnsResolverDomainListProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of DnsResolverDomainListProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to