DomainArgs

data class DomainArgs(val authCode: Output<String>? = null, val autoRenew: Output<Boolean>? = null, val consent: Output<DomainPurchaseConsentArgs>? = null, val contactAdmin: Output<ContactArgs>? = null, val contactBilling: Output<ContactArgs>? = null, val contactRegistrant: Output<ContactArgs>? = null, val contactTech: Output<ContactArgs>? = null, val dnsType: Output<DnsType>? = null, val dnsZoneId: Output<String>? = null, val domainName: Output<String>? = null, val kind: Output<String>? = null, val location: Output<String>? = null, val privacy: Output<Boolean>? = null, val resourceGroupName: Output<String>? = null, val tags: Output<Map<String, String>>? = null, val targetDnsType: Output<DnsType>? = null) : ConvertibleToJava<DomainArgs>

Information about a domain. API Version: 2020-10-01.

Import

An existing resource can be imported using its type token, name, and identifier, e.g.

$ pulumi import azure-native:domainregistration:Domain myresource1 /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DomainRegistration/domains/{domainName}

Constructors

Link copied to clipboard
constructor(authCode: Output<String>? = null, autoRenew: Output<Boolean>? = null, consent: Output<DomainPurchaseConsentArgs>? = null, contactAdmin: Output<ContactArgs>? = null, contactBilling: Output<ContactArgs>? = null, contactRegistrant: Output<ContactArgs>? = null, contactTech: Output<ContactArgs>? = null, dnsType: Output<DnsType>? = null, dnsZoneId: Output<String>? = null, domainName: Output<String>? = null, kind: Output<String>? = null, location: Output<String>? = null, privacy: Output<Boolean>? = null, resourceGroupName: Output<String>? = null, tags: Output<Map<String, String>>? = null, targetDnsType: Output<DnsType>? = null)

Properties

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

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

Link copied to clipboard
val consent: Output<DomainPurchaseConsentArgs>? = null

Legal agreement consent.

Link copied to clipboard
val contactAdmin: Output<ContactArgs>? = null

Administrative contact.

Link copied to clipboard
val contactBilling: Output<ContactArgs>? = null

Billing contact.

Link copied to clipboard
val contactRegistrant: Output<ContactArgs>? = null

Registrant contact.

Link copied to clipboard
val contactTech: Output<ContactArgs>? = null

Technical contact.

Link copied to clipboard
val dnsType: Output<DnsType>? = null

Current DNS type

Link copied to clipboard
val dnsZoneId: Output<String>? = null

Azure DNS Zone to use

Link copied to clipboard
val domainName: Output<String>? = null

Name of the domain.

Link copied to clipboard
val kind: Output<String>? = null

Kind of resource.

Link copied to clipboard
val location: Output<String>? = null

Resource Location.

Link copied to clipboard
val privacy: Output<Boolean>? = null

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

Link copied to clipboard
val resourceGroupName: Output<String>? = null

Name of the resource group to which the resource belongs.

Link copied to clipboard
val tags: Output<Map<String, String>>? = null

Resource tags.

Link copied to clipboard
val targetDnsType: Output<DnsType>? = null

Target DNS type (would be used for migration)

Functions

Link copied to clipboard
open override fun toJava(): DomainArgs