GetFrontdoorCustomDomainPlainArgs

data class GetFrontdoorCustomDomainPlainArgs(val name: String, val profileName: String, val resourceGroupName: String) : ConvertibleToJava<GetFrontdoorCustomDomainPlainArgs>

A collection of arguments for invoking getFrontdoorCustomDomain.

Constructors

Link copied to clipboard
constructor(name: String, profileName: String, resourceGroupName: String)

Properties

Link copied to clipboard

The name of the Front Door Custom Domain.

Link copied to clipboard

The name of the Front Door Profile which the Front Door Custom Domain is bound to.

Link copied to clipboard

The name of the Resource Group where the Front Door Profile exists.

Functions

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