getDnsSecurityRule

Gets properties of a DNS security rule for a DNS resolver policy. Uses Azure REST API version 2023-07-01-preview.

Return

Describes a DNS security rule.

Parameters

argument

null


suspend fun getDnsSecurityRule(dnsResolverPolicyName: String, dnsSecurityRuleName: String, resourceGroupName: String): GetDnsSecurityRuleResult

Return

Describes a DNS security rule.

Parameters

dnsResolverPolicyName

The name of the DNS resolver policy.

dnsSecurityRuleName

The name of the DNS security rule.

resourceGroupName

The name of the resource group. The name is case insensitive.

See also


Return

Describes a DNS security rule.

Parameters

argument

Builder for com.pulumi.azurenative.network.kotlin.inputs.GetDnsSecurityRulePlainArgs.

See also