次の方法で共有


EndpointsOperationsExtensions.ValidateCustomDomain メソッド

定義

カスタム ドメイン マッピングを検証して、DNS 内の正しい CDN エンドポイントにマップされていることを確認します。

public static Microsoft.Azure.Management.Cdn.Models.ValidateCustomDomainOutput ValidateCustomDomain (this Microsoft.Azure.Management.Cdn.IEndpointsOperations operations, string resourceGroupName, string profileName, string endpointName, string hostName);
static member ValidateCustomDomain : Microsoft.Azure.Management.Cdn.IEndpointsOperations * string * string * string * string -> Microsoft.Azure.Management.Cdn.Models.ValidateCustomDomainOutput
<Extension()>
Public Function ValidateCustomDomain (operations As IEndpointsOperations, resourceGroupName As String, profileName As String, endpointName As String, hostName As String) As ValidateCustomDomainOutput

パラメーター

operations
IEndpointsOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

Azure サブスクリプション内のリソース グループの名前。

profileName
String

リソース グループ内で一意である CDN プロファイルの名前。

endpointName
String

グローバルに一意であるプロファイルの下のエンドポイントの名前。

hostName
String

カスタム ドメインのホスト名。 ドメイン名を指定してください。

戻り値

適用対象