DomainProperties interface
Domain resource specific properties
Properties
| auth |
|
| auto |
|
| consent | Legal agreement consent. |
| contact |
Administrative contact. |
| contact |
Billing contact. |
| contact |
Registrant contact. |
| contact |
Technical contact. |
| dns |
Current DNS type |
| dns |
Azure DNS Zone to use |
| privacy |
|
| target |
Target DNS type (would be used for migration) |
Property Details
authCode
authCode?: string
Property Value
string
autoRenew
true if the domain should be automatically renewed; otherwise, false.
autoRenew?: boolean
Property Value
boolean
consent
contactAdmin
contactBilling
contactRegistrant
contactTech
dnsType
Current DNS type
dnsType?: "AzureDns" | "DefaultDomainRegistrarDns"
Property Value
"AzureDns" | "DefaultDomainRegistrarDns"
dnsZoneId
Azure DNS Zone to use
dnsZoneId?: string
Property Value
string
privacy
true if domain privacy is enabled for this domain; otherwise, false.
privacy?: boolean
Property Value
boolean
targetDnsType
Target DNS type (would be used for migration)
targetDnsType?: "AzureDns" | "DefaultDomainRegistrarDns"
Property Value
"AzureDns" | "DefaultDomainRegistrarDns"