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