DomainOwnershipIdentifierArgs

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. 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:DomainOwnershipIdentifier myresource1 /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DomainRegistration/domains/{domainName}/domainOwnershipIdentifiers/{name}

Constructors

Link copied to clipboard
constructor(domainName: Output<String>? = null, kind: Output<String>? = null, name: Output<String>? = null, ownershipId: Output<String>? = null, resourceGroupName: Output<String>? = null)

Properties

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

Name of domain.

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

Kind of resource.

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

Name of identifier.

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

Ownership Id.

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

Name of the resource group to which the resource belongs.

Functions

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