GetFrontdoorRuleSetPlainArgs

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

A collection of arguments for invoking getFrontdoorRuleSet.

Constructors

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

Properties

Link copied to clipboard

Specifies the name of the Front Door Rule Set to retrieve.

Link copied to clipboard

Specifies the name of the Front Door Profile where this Front Door Rule Set exists.

Link copied to clipboard

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

Functions

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