次の方法で共有


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

定義

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

public interface IWithSslPassword<ParentT> : Microsoft.Azure.Management.Network.Fluent.HasSslCertificate.UpdateDefinition.IWithSslPassword<ParentT>
type IWithSslPassword<'ParentT> = interface
    interface IWithSslPassword<'ParentT>
Public Interface IWithSslPassword(Of ParentT)
Implements IWithSslPassword(Of ParentT)

型パラメーター

ParentT

定義の次のステージ。

派生
実装
IWithSslPassword<ParentT>

メソッド

WithSslCertificatePassword(String)

インポートされた SSL 証明書の秘密キーを含む、指定された PFX ファイルのパスワードを指定します。

(継承元 IWithSslPassword<ReturnT>)

適用対象