get Web Application Firewall Policy
suspend fun getWebApplicationFirewallPolicy(argument: GetWebApplicationFirewallPolicyPlainArgs): GetWebApplicationFirewallPolicyResult
Retrieve protection policy with specified name within a resource group. API Version: 2020-11-01.
Return
Defines web application firewall policy.
Parameters
argument
null
suspend fun getWebApplicationFirewallPolicy(policyName: String, resourceGroupName: String): GetWebApplicationFirewallPolicyResult
Return
Defines web application firewall policy.
Parameters
policy Name
The name of the policy.
resource Group Name
The name of the resource group.
See also
suspend fun getWebApplicationFirewallPolicy(argument: suspend GetWebApplicationFirewallPolicyPlainArgsBuilder.() -> Unit): GetWebApplicationFirewallPolicyResult
Return
Defines web application firewall policy.
Parameters
argument
Builder for com.pulumi.azurenative.network.kotlin.inputs.GetWebApplicationFirewallPolicyPlainArgs.