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
fun DomainArgs(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)