次の方法で共有


IWithAuthenticationCertificateBeta.WithoutAuthenticationCertificate メソッド

定義

指定した認証証明書への参照を、この HTTP バックエンド構成から削除します。 証明書は、明示的に削除されるまで、アプリケーション ゲートウェイに関連付けられたままになります。

public Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayBackendHttpConfiguration.Update.IUpdate WithoutAuthenticationCertificate (string name);
abstract member WithoutAuthenticationCertificate : string -> Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayBackendHttpConfiguration.Update.IUpdate
Public Function WithoutAuthenticationCertificate (name As String) As IUpdate

パラメーター

name
String

この HTTP バックエンド構成に関連付けられている既存の認証証明書の名前。

戻り値

適用対象