GetFrontdoorProfilePlainArgs

data class GetFrontdoorProfilePlainArgs(val identity: GetFrontdoorProfileIdentity? = null, val name: String, val resourceGroupName: String) : ConvertibleToJava<GetFrontdoorProfilePlainArgs>

A collection of arguments for invoking getFrontdoorProfile.

Constructors

Link copied to clipboard
constructor(identity: GetFrontdoorProfileIdentity? = null, name: String, resourceGroupName: String)

Properties

Link copied to clipboard

An identity block as defined below.

Link copied to clipboard

Specifies the name of the Front Door Profile.

Link copied to clipboard

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

Functions

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