Get Domain Result
data class GetDomainResult(val authCode: String? = null, val autoRenew: Boolean? = null, val createdTime: String, val dnsType: String? = null, val dnsZoneId: String? = null, val domainNotRenewableReasons: List<String>, val expirationTime: String, val id: String, val kind: String? = null, val lastRenewedTime: String, val location: String, val managedHostNames: List<HostNameResponse>, val name: String, val nameServers: List<String>, val privacy: Boolean? = null, val provisioningState: String, val readyForDnsRecordManagement: Boolean, val registrationStatus: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val targetDnsType: String? = null, val type: String)
Information about a domain.
Constructors
Link copied to clipboard
constructor(authCode: String? = null, autoRenew: Boolean? = null, createdTime: String, dnsType: String? = null, dnsZoneId: String? = null, domainNotRenewableReasons: List<String>, expirationTime: String, id: String, kind: String? = null, lastRenewedTime: String, location: String, managedHostNames: List<HostNameResponse>, name: String, nameServers: List<String>, privacy: Boolean? = null, provisioningState: String, readyForDnsRecordManagement: Boolean, registrationStatus: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, targetDnsType: String? = null, type: String)
Properties
Link copied to clipboard
Domain creation timestamp.
Link copied to clipboard
Reasons why domain is not renewable.
Link copied to clipboard
Domain expiration timestamp.
Link copied to clipboard
Timestamp when the domain was renewed last time.
Link copied to clipboard
All hostnames derived from the domain and assigned to Azure resources.
Link copied to clipboard
Name servers.
Link copied to clipboard
Domain provisioning state.
Link copied to clipboard
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 it is hosted on name servers Azure has programmatic access to.
Link copied to clipboard
Domain registration status.
Link copied to clipboard
The system metadata relating to this resource.
Link copied to clipboard
Target DNS type (would be used for migration)