Share via


DnsResolverDomainListCollection.GetIfExistsAsync Method

Definition

Tries to get details for this resource from the service.

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

Parameters

dnsResolverDomainListName
String

The name of the DNS resolver domain list.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

dnsResolverDomainListName is null.

Applies to