GetFrontdoorSecretPlainArgs

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

A collection of arguments for invoking getFrontdoorSecret.

Constructors

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

Properties

Link copied to clipboard

Specifies the name of the Front Door Secret.

Link copied to clipboard

The name of the Front Door Profile within which the Front Door Secret exists.

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(): GetFrontdoorSecretPlainArgs