Domain Args
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}
Content copied to clipboard
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
Legal agreement consent.
Link copied to clipboard
Administrative contact.
Link copied to clipboard
Billing contact.
Link copied to clipboard
Registrant contact.
Link copied to clipboard
Technical contact.
Link copied to clipboard
Name of the domain.
Link copied to clipboard
Name of the resource group to which the resource belongs.
Link copied to clipboard
Target DNS type (would be used for migration)