get Web Application Firewall Policy
suspend fun getWebApplicationFirewallPolicy(argument: GetWebApplicationFirewallPolicyPlainArgs): GetWebApplicationFirewallPolicyResult
Retrieve protection policy with specified name within a resource group. Azure REST API version: 2023-02-01. Other available API versions: 2019-07-01, 2023-04-01, 2023-05-01.
Return
Defines web application firewall policy.
Parameters
argument
null
suspend fun getWebApplicationFirewallPolicy(policyName: String, resourceGroupName: String): GetWebApplicationFirewallPolicyResult
Return
Defines web application firewall policy.
See also
Parameters
policy Name
The name of the policy.
resource Group Name
The name of the resource group.
suspend fun getWebApplicationFirewallPolicy(argument: suspend GetWebApplicationFirewallPolicyPlainArgsBuilder.() -> Unit): GetWebApplicationFirewallPolicyResult
Return
Defines web application firewall policy.
See also
Parameters
argument
Builder for com.pulumi.azurenative.network.kotlin.inputs.GetWebApplicationFirewallPolicyPlainArgs.