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

定義

ホスト名 SSL バインド定義の全体。

public interface IDefinition<ParentT> : Microsoft.Azure.Management.AppService.Fluent.HostNameSslBinding.Definition.IBlank<ParentT>, Microsoft.Azure.Management.AppService.Fluent.HostNameSslBinding.Definition.IWithAttach<ParentT>, Microsoft.Azure.Management.AppService.Fluent.HostNameSslBinding.Definition.IWithCertificate<ParentT>, Microsoft.Azure.Management.AppService.Fluent.HostNameSslBinding.Definition.IWithHostname<ParentT>, Microsoft.Azure.Management.AppService.Fluent.HostNameSslBinding.Definition.IWithKeyVault<ParentT>, Microsoft.Azure.Management.AppService.Fluent.HostNameSslBinding.Definition.IWithSslType<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Definition.IInDefinition<ParentT>
type IDefinition<'ParentT> = interface
    interface IBlank<'ParentT>
    interface IWithHostname<'ParentT>
    interface IWithCertificate<'ParentT>
    interface IWithKeyVault<'ParentT>
    interface IWithSslType<'ParentT>
    interface IWithAttach<'ParentT>
    interface IInDefinition<'ParentT>
Public Interface IDefinition(Of ParentT)
Implements IBlank(Of ParentT), IInDefinition(Of ParentT), IWithAttach(Of ParentT), IWithCertificate(Of ParentT), IWithHostname(Of ParentT), IWithKeyVault(Of ParentT), IWithSslType(Of ParentT)

型パラメーター

ParentT

最終的な Attachable.attach() の戻り値の型。

実装

メソッド

Attach()

ホスト名 SSL バインド定義の全体。

(継承元 IInDefinition<ParentT>)
ForHostname(String)

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

(継承元 IWithHostname<ParentT>)
WithExistingAppServiceCertificateOrder(IAppServiceCertificateOrder)

使用するすぐに使用できる証明書の順序を指定します。 これは通常、ワイルドカード証明書を再利用する場合に便利です。

(継承元 IWithCertificate<ParentT>)
WithExistingCertificate(String)

リソース グループ内の既存の証明書を使用します。

(継承元 IWithCertificate<ParentT>)
WithExistingKeyVault(IVault)

証明書を既存のコンテナーに格納します。

(継承元 IWithKeyVault<ParentT>)
WithIpBasedSsl()

IP ベースの SSL を使用します。 IP ベースの SSL にバインドできるホスト名は 1 つだけです。

(継承元 IWithSslType<ParentT>)
WithNewKeyVault(String)

証明書を格納する新しいキー コンテナーを作成します。

(継承元 IWithKeyVault<ParentT>)
WithNewStandardSslCertificateOrder(String)

ホスト名に使用する新しいApp Service証明書の順序を設定します。

(継承元 IWithCertificate<ParentT>)
WithPfxByteArrayToUpload(Byte[], String)

PFX 証明書をアップロードします。

(継承元 IWithCertificate<ParentT>)
WithPfxCertificateToUpload(String, String)

PFX 証明書をアップロードします。

(継承元 IWithCertificate<ParentT>)
WithSniBasedSsl()

サーバー名表示 (SNI) ベースの SSL を使用します。

(継承元 IWithSslType<ParentT>)

適用対象