次の方法で共有


FlexibleServersExtensions.ExecuteGetPrivateDnsZoneSuffixAsync メソッド

定義

クラウドでプライベート 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

使用する取り消しトークン。

戻り値

適用対象