WebAppDomainOwnershipIdentifierArgs

data class WebAppDomainOwnershipIdentifierArgs(val domainOwnershipIdentifierName: Output<String>? = null, val kind: Output<String>? = null, val name: Output<String>? = null, val resourceGroupName: Output<String>? = null, val value: Output<String>? = null) : ConvertibleToJava<WebAppDomainOwnershipIdentifierArgs>

A domain specific resource identifier. API Version: 2020-12-01.

Import

An existing resource can be imported using its type token, name, and identifier, e.g.

$ pulumi import azure-native:web:WebAppDomainOwnershipIdentifier myresource1 /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/domainOwnershipIdentifiers/{domainOwnershipIdentifierName}

Constructors

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

Properties

Link copied to clipboard

Name of domain ownership identifier.

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

Kind of resource.

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

Name of the app.

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

Name of the resource group to which the resource belongs.

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

String representation of the identity.

Functions

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