次の方法で共有


IWithSslCertificate インターフェイス

定義

SSL 証明書を指定できるアプリケーション ゲートウェイ要求ルーティング規則のステージ。

public interface IWithSslCertificate : Microsoft.Azure.Management.Network.Fluent.HasSslCertificate.Update.IWithSslCertificate<Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRequestRoutingRule.Update.IUpdate>
type IWithSslCertificate = interface
    interface IWithSslCertificate<IUpdate>
Public Interface IWithSslCertificate
Implements IWithSslCertificate(Of IUpdate)
派生
実装

メソッド

WithSslCertificate(String)

このリソースに関連付ける SSL 証明書を指定します。 証明書がまだ存在しない場合は、親リソースの更新で証明書を定義する必要があります。

(継承元 IWithSslCertificate<ReturnT>)
WithSslCertificateFromKeyVaultSecretId(String)

キー コンテナーを使用して秘密キーの内容を分離します。

(継承元 IWithSslCertificate<ReturnT>)
WithSslCertificateFromPfxFile(FileInfo)

SSL 証明書をインポートしてこのリソースに関連付ける PFX ファイルを指定します。 証明書には、自動生成された名前を使用して名前が付けられます。

(継承元 IWithSslCertificate<ReturnT>)

適用対象