你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DnsResolverPolicyResource.GetDnsSecurityRuleAsync Method

Definition

Gets properties of a DNS security rule for a DNS resolver policy.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/dnsResolverPolicies/{dnsResolverPolicyName}/dnsSecurityRules/{dnsSecurityRuleName}
  • Operation Id: DnsSecurityRules_Get
  • Default Api Version: 2023-07-01-preview
  • Resource: DnsSecurityRuleResource
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.DnsResolver.DnsSecurityRuleResource>> GetDnsSecurityRuleAsync (string dnsSecurityRuleName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetDnsSecurityRuleAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.DnsResolver.DnsSecurityRuleResource>>
override this.GetDnsSecurityRuleAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.DnsResolver.DnsSecurityRuleResource>>
Public Overridable Function GetDnsSecurityRuleAsync (dnsSecurityRuleName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of DnsSecurityRuleResource))

Parameters

dnsSecurityRuleName
String

The name of the DNS security rule.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

dnsSecurityRuleName is null.

dnsSecurityRuleName is an empty string, and was expected to be non-empty.

Applies to