MockablePostgreSqlFlexibleServersTenantResource.ExecuteGetPrivateDnsZoneSuffixAsync Method
Definition
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.
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.