GetRulePlainArgs

data class GetRulePlainArgs(val profileName: String, val resourceGroupName: String, val ruleName: String, val ruleSetName: String) : ConvertibleToJava<GetRulePlainArgs>

Constructors

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

Properties

Link copied to clipboard

Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group.

Link copied to clipboard

Name of the Resource group within the Azure subscription.

Link copied to clipboard

Name of the delivery rule which is unique within the endpoint.

Link copied to clipboard

Name of the rule set under the profile.

Functions

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