Package-level declarations

Types

Link copied to clipboard
class Domain : KotlinCustomResource

Information about a domain. Uses Azure REST API version 2024-04-01. In version 2.x of the Azure Native provider, it used API version 2022-09-01. Other available API versions: 2022-09-01, 2023-01-01, 2023-12-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native domainregistration [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Link copied to clipboard
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. Uses Azure REST API version 2024-04-01. In version 2.x of the Azure Native provider, it used API version 2022-09-01. Other available API versions: 2022-09-01, 2023-01-01, 2023-12-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native domainregistration [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Link copied to clipboard

Builder for DomainArgs.

Link copied to clipboard
object DomainMapper : ResourceMapper<Domain>
Link copied to clipboard
class DomainOwnershipIdentifier : KotlinCustomResource

Domain ownership Identifier. Uses Azure REST API version 2024-04-01. In version 2.x of the Azure Native provider, it used API version 2022-09-01. Other available API versions: 2022-09-01, 2023-01-01, 2023-12-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native domainregistration [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Link copied to clipboard
data class DomainOwnershipIdentifierArgs(val domainName: Output<String>? = null, val kind: Output<String>? = null, val name: Output<String>? = null, val ownershipId: Output<String>? = null, val resourceGroupName: Output<String>? = null) : ConvertibleToJava<DomainOwnershipIdentifierArgs>

Domain ownership Identifier. Uses Azure REST API version 2024-04-01. In version 2.x of the Azure Native provider, it used API version 2022-09-01. Other available API versions: 2022-09-01, 2023-01-01, 2023-12-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native domainregistration [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Link copied to clipboard

Builder for Domain.

Functions

Link copied to clipboard
fun domain(name: String): Domain
suspend fun domain(name: String, block: suspend DomainResourceBuilder.() -> Unit): Domain