次の方法で共有


IWithSslCert.WithoutSslCertificate(String) メソッド

定義

指定した SSL 証明書をアプリケーション ゲートウェイから削除します。 他の設定で参照されている証明書を削除すると、アプリケーション ゲートウェイが壊れる可能性があることに注意してください。

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

パラメーター

name
String

削除する証明書の名前。

戻り値

適用対象