GetRulesEnginePlainArgs

data class GetRulesEnginePlainArgs(val frontDoorName: String, val resourceGroupName: String, val rulesEngineName: String) : ConvertibleToJava<GetRulesEnginePlainArgs>

Constructors

Link copied to clipboard
constructor(frontDoorName: String, resourceGroupName: String, rulesEngineName: String)

Properties

Link copied to clipboard

Name of the Front Door which is globally unique.

Link copied to clipboard

Name of the Resource group within the Azure subscription.

Link copied to clipboard

Name of the Rules Engine which is unique within the Front Door.

Functions

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