次の方法で共有


IWithStandardAttach<ParentT>.WithCustomDomain(String) メソッド

定義

エンドポイント内に新しい CDN カスタム ドメインを追加します。

public Microsoft.Azure.Management.Cdn.Fluent.CdnEndpoint.UpdateDefinition.IWithStandardAttach<ParentT> WithCustomDomain (string hostName);
abstract member WithCustomDomain : string -> Microsoft.Azure.Management.Cdn.Fluent.CdnEndpoint.UpdateDefinition.IWithStandardAttach<'ParentT>
Public Function WithCustomDomain (hostName As String) As IWithStandardAttach(Of ParentT)

パラメーター

hostName
String

カスタム ドメイン ホスト名。

戻り値

適用対象