次の方法で共有


ICdnProfile.ValidateEndpointCustomDomainAsync メソッド

定義

カスタム ドメイン マッピングを検証して、現在のプロファイルの DNS 内の正しい CNAME に非同期的にマップされていることを確認します。

public System.Threading.Tasks.Task<Microsoft.Azure.Management.Cdn.Fluent.CustomDomainValidationResult> ValidateEndpointCustomDomainAsync (string endpointName, string hostName, System.Threading.CancellationToken cancellationToken = default);
abstract member ValidateEndpointCustomDomainAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Cdn.Fluent.CustomDomainValidationResult>
Public Function ValidateEndpointCustomDomainAsync (endpointName As String, hostName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of CustomDomainValidationResult)

パラメーター

endpointName
String

プロファイルの下にあるエンドポイントの名前。

hostName
String

カスタム ドメインのホスト名。ドメイン名である必要があります。

cancellationToken
CancellationToken

戻り値

適用対象