PrivateEndpointResource.GetPrivateDnsZoneGroupAsync Method

Definition

Gets the private dns zone group resource by specified private dns zone group name.

public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Network.PrivateDnsZoneGroupResource>> GetPrivateDnsZoneGroupAsync(string privateDnsZoneGroupName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetPrivateDnsZoneGroupAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Network.PrivateDnsZoneGroupResource>>
override this.GetPrivateDnsZoneGroupAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Network.PrivateDnsZoneGroupResource>>
Public Overridable Function GetPrivateDnsZoneGroupAsync (privateDnsZoneGroupName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of PrivateDnsZoneGroupResource))

Parameters

privateDnsZoneGroupName
String

The name of the private endpoint.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

privateDnsZoneGroupName is null.

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

Applies to