次の方法で共有


IWithAuthenticationCertificate インターフェイス

定義

使用するバックエンドの認証証明書を管理できるアプリケーション ゲートウェイ更新のステージ。

public interface IWithAuthenticationCertificate : Microsoft.Azure.Management.Network.Fluent.ApplicationGateway.Update.IWithAuthenticationCertificateBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithAuthenticationCertificate = interface
    interface IWithAuthenticationCertificateBeta
    interface IBeta
Public Interface IWithAuthenticationCertificate
Implements IBeta, IWithAuthenticationCertificateBeta
派生
実装

メソッド

DefineAuthenticationCertificate(String)

バックエンドで使用するためにゲートウェイにアタッチされる新しいアプリケーション ゲートウェイ認証証明書の定義を開始します。

(継承元 IWithAuthenticationCertificateBeta)
WithoutAuthenticationCertificate(String)

既存のアプリケーション ゲートウェイ認証証明書を削除します。

(継承元 IWithAuthenticationCertificateBeta)

適用対象