get Dns Security Rule
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
dns Resolver Policy Name
The name of the DNS resolver policy.
dns Security Rule Name
The name of the DNS security rule.
resource Group Name
The name of the resource group. The name is case insensitive.
See also
suspend fun getDnsSecurityRule(argument: suspend GetDnsSecurityRulePlainArgsBuilder.() -> Unit): GetDnsSecurityRuleResult
Return
Describes a DNS security rule.
Parameters
argument
Builder for com.pulumi.azurenative.network.kotlin.inputs.GetDnsSecurityRulePlainArgs.