DnsResolverProperties interface
Represents the properties of a DNS resolver.
Properties
| dns |
The current status of the DNS resolver. This is a read-only property and any attempt to set this value will be ignored. |
| provisioning |
The current provisioning state of the DNS resolver. This is a read-only property and any attempt to set this value will be ignored. |
| resource |
The resourceGuid property of the DNS resolver resource. |
| virtual |
The reference to the virtual network. This cannot be changed after creation. |
Property Details
dnsResolverState
The current status of the DNS resolver. This is a read-only property and any attempt to set this value will be ignored.
dnsResolverState?: string
Property Value
string
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.
provisioningState?: string
Property Value
string
resourceGuid
The resourceGuid property of the DNS resolver resource.
resourceGuid?: string
Property Value
string
virtualNetwork
The reference to the virtual network. This cannot be changed after creation.
virtualNetwork: SubResource