次の方法で共有


IBlank<ParentT> インターフェイス

定義

ホスト名 SSL バインド定義の最初のステージ。

public interface IBlank<ParentT> : Microsoft.Azure.Management.AppService.Fluent.HostNameSslBinding.UpdateDefinition.IWithHostname<ParentT>
type IBlank<'ParentT> = interface
    interface IWithHostname<'ParentT>
Public Interface IBlank(Of ParentT)
Implements IWithHostname(Of ParentT)

型パラメーター

ParentT

この定義をアタッチした後に戻る親定義のステージ。

派生
実装

メソッド

ForHostname(String)

SSL 証明書をバインドするホスト名を指定します。

(継承元 IWithHostname<ParentT>)

適用対象