Domain Ownership Identifier Args
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}
Content copied to clipboard