Condividi tramite


MockablePostgreSqlFlexibleServersTenantResource.ExecuteGetPrivateDnsZoneSuffixAsync Method

Definition

Gets the private DNS zone suffix.

  • Request Path: /providers/Microsoft.DBforPostgreSQL/getPrivateDnsZoneSuffix
  • Operation Id: PrivateDnsZoneSuffix_Get
  • Default Api Version: 2025-08-01
public virtual System.Threading.Tasks.Task<Azure.Response<string>> ExecuteGetPrivateDnsZoneSuffixAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member ExecuteGetPrivateDnsZoneSuffixAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<string>>
override this.ExecuteGetPrivateDnsZoneSuffixAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<string>>
Public Overridable Function ExecuteGetPrivateDnsZoneSuffixAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of String))

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to