FlexibleServersExtensions.ExecuteGetPrivateDnsZoneSuffixAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
クラウドでプライベート DNS ゾーン サフィックスを取得する
- 要求パス/プロバイダー/Microsoft.DBforPostgreSQL/getPrivateDnsZoneSuffix
- 操作IdGetPrivateDnsZoneSuffix_Execute
public static System.Threading.Tasks.Task<Azure.Response<string>> ExecuteGetPrivateDnsZoneSuffixAsync (this Azure.ResourceManager.Resources.TenantResource tenantResource, System.Threading.CancellationToken cancellationToken = default);
static member ExecuteGetPrivateDnsZoneSuffixAsync : Azure.ResourceManager.Resources.TenantResource * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<string>>
<Extension()>
Public Function ExecuteGetPrivateDnsZoneSuffixAsync (tenantResource As TenantResource, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of String))
パラメーター
- tenantResource
- TenantResource
TenantResourceメソッドが実行されるインスタンス。
- cancellationToken
- CancellationToken
使用する取り消しトークン。