DnsResolverDomainListProperties interface
Represents the properties of a DNS resolver domain list.
Properties
| domains | The domains in the domain list. Will be null if user is using large domain list. |
| domains |
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. |
| provisioning |
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. |
| resource |
The resourceGuid property of the DNS resolver domain list resource. |
Property Details
domains
The domains in the domain list. Will be null if user is using large domain list.
domains?: string[]
Property Value
string[]
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.
domainsUrl?: string
Property Value
string
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.
provisioningState?: string
Property Value
string
resourceGuid
The resourceGuid property of the DNS resolver domain list resource.
resourceGuid?: string
Property Value
string