DnsForwardingRuleCollection.GetIfExistsAsync Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Tries to get details for this resource from the service.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/dnsForwardingRulesets/{dnsForwardingRulesetName}/forwardingRules/{forwardingRuleName}
- Operation Id: ForwardingRules_Get
- Default Api Version: 2023-07-01-preview
- Resource: DnsForwardingRuleResource
public virtual System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.DnsResolver.DnsForwardingRuleResource>> GetIfExistsAsync (string forwardingRuleName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.DnsResolver.DnsForwardingRuleResource>>
override this.GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.DnsResolver.DnsForwardingRuleResource>>
Public Overridable Function GetIfExistsAsync (forwardingRuleName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of NullableResponse(Of DnsForwardingRuleResource))
- forwardingRuleName
- String
The name of the forwarding rule.
- cancellationToken
- CancellationToken
The cancellation token to use.
forwardingRuleName
is an empty string, and was expected to be non-empty.
forwardingRuleName
is null.
Azure SDK for .NET feedback
Azure SDK for .NET is an open source project. Select a link to provide feedback: