GetDomainResult

data class GetDomainResult(val authCode: String? = null, val autoRenew: Boolean? = null, val azureApiVersion: String, 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 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, azureApiVersion: String, 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, tags: Map<String, String>? = null, targetDnsType: String? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val authCode: String? = null
Link copied to clipboard
val autoRenew: Boolean? = null

true if the domain should be automatically renewed; otherwise, false.

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

Domain creation timestamp.

Link copied to clipboard
val dnsType: String? = null

Current DNS type

Link copied to clipboard
val dnsZoneId: String? = null

Azure DNS Zone to use

Link copied to clipboard

Reasons why domain is not renewable.

Link copied to clipboard

Domain expiration timestamp.

Link copied to clipboard
val id: String

Resource Id.

Link copied to clipboard
val kind: String? = null

Kind of resource. If the resource is an app, you can refer to https://github.com/Azure/app-service-linux-docs/blob/master/Things_You_Should_Know/kind_property.md#app-service-resource-kind-reference for details supported values for kind.

Link copied to clipboard

Timestamp when the domain was renewed last time.

Link copied to clipboard

Resource Location.

Link copied to clipboard

All hostnames derived from the domain and assigned to Azure resources.

Link copied to clipboard

Resource Name.

Link copied to clipboard

Name servers.

Link copied to clipboard
val privacy: Boolean? = null

true if domain privacy is enabled for this domain; otherwise, false.

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
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard
val targetDnsType: String? = null

Target DNS type (would be used for migration)

Link copied to clipboard

Resource type.