GetPolicyPlainArgs

data class GetPolicyPlainArgs(val policyName: String, val resourceGroupName: String) : ConvertibleToJava<GetPolicyPlainArgs>

Constructors

Link copied to clipboard
constructor(policyName: String, resourceGroupName: String)

Properties

Link copied to clipboard

The name of the Web Application Firewall Policy.

Link copied to clipboard

Name of the Resource group within the Azure subscription.

Functions

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