GetWebAppDomainOwnershipIdentifierSlotPlainArgs

data class GetWebAppDomainOwnershipIdentifierSlotPlainArgs(val domainOwnershipIdentifierName: String, val name: String, val resourceGroupName: String, val slot: String) : ConvertibleToJava<GetWebAppDomainOwnershipIdentifierSlotPlainArgs>

Constructors

constructor(domainOwnershipIdentifierName: String, name: String, resourceGroupName: String, slot: String)

Properties

Link copied to clipboard

Name of domain ownership identifier.

Link copied to clipboard

Name of the app.

Link copied to clipboard

Name of the resource group to which the resource belongs.

Link copied to clipboard

Name of the deployment slot. If a slot is not specified, the API will delete the binding for the production slot.

Functions

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