你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IWithDisabledSslProtocolBeta.WithDisabledSslProtocols 方法

定义

禁用指定的 SSL 协议。

public Microsoft.Azure.Management.Network.Fluent.ApplicationGateway.Update.IUpdate WithDisabledSslProtocols (params Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewaySslProtocol[] protocols);
abstract member WithDisabledSslProtocols : Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewaySslProtocol[] -> Microsoft.Azure.Management.Network.Fluent.ApplicationGateway.Update.IUpdate
Public Function WithDisabledSslProtocols (ParamArray protocols As ApplicationGatewaySslProtocol()) As IUpdate

参数

protocols
ApplicationGatewaySslProtocol[]

SSL 协议。

返回

适用于