DomainPatchResourceProperties interface
DomainPatchResource resource specific properties
Properties
| auth |
Authorization code for the domain. |
| auto |
|
| consent | Legal agreement consent. |
| contact |
Administrative contact. |
| contact |
Billing contact. |
| contact |
Registrant contact. |
| contact |
Technical contact. |
| created |
Domain creation timestamp. |
| dns |
Current DNS type |
| dns |
Azure DNS Zone to use |
| domain |
Reasons why domain is not renewable. |
| expiration |
Domain expiration timestamp. |
| last |
Timestamp when the domain was renewed last time. |
| managed |
All hostnames derived from the domain and assigned to Azure resources. |
| name |
Name servers. |
| privacy |
|
| provisioning |
Domain provisioning state. |
| ready |
|
| registration |
Domain registration status. |
| target |
Target DNS type (would be used for migration) |
Property Details
authCode
Authorization code for the domain.
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
createdTime
Domain creation timestamp.
createdTime?: Date
Property Value
Date
dnsType
dnsZoneId
Azure DNS Zone to use
dnsZoneId?: string
Property Value
string
domainNotRenewableReasons
Reasons why domain is not renewable.
domainNotRenewableReasons?: string[]
Property Value
string[]
expirationTime
Domain expiration timestamp.
expirationTime?: Date
Property Value
Date
lastRenewedTime
Timestamp when the domain was renewed last time.
lastRenewedTime?: Date
Property Value
Date
managedHostNames
All hostnames derived from the domain and assigned to Azure resources.
managedHostNames?: HostName[]
Property Value
HostName[]
nameServers
Name servers.
nameServers?: string[]
Property Value
string[]
privacy
true if domain privacy is enabled for this domain; otherwise, false.
privacy?: boolean
Property Value
boolean
provisioningState
readyForDnsRecordManagement
true if Azure can assign this domain to App Service apps; otherwise, false. This value will be true if domain registration status is active and \n it is hosted on name servers Azure has programmatic access to.
readyForDnsRecordManagement?: boolean
Property Value
boolean