Share via


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

IWithDisabledSslProtocol 接口

定义

允许指定要禁用的 SSL 协议的应用程序网关定义的阶段。

public interface IWithDisabledSslProtocol : Microsoft.Azure.Management.Network.Fluent.ApplicationGateway.Update.IWithDisabledSslProtocolBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithDisabledSslProtocol = interface
    interface IWithDisabledSslProtocolBeta
    interface IBeta
Public Interface IWithDisabledSslProtocol
Implements IBeta, IWithDisabledSslProtocolBeta
派生
实现

方法

WithDisabledSslProtocol(ApplicationGatewaySslProtocol)

禁用指定的 SSL 协议。

(继承自 IWithDisabledSslProtocolBeta)
WithDisabledSslProtocols(ApplicationGatewaySslProtocol[])

禁用指定的 SSL 协议。

(继承自 IWithDisabledSslProtocolBeta)
WithoutAnyDisabledSslProtocols()

启用所有 SSL 协议(如果以前已禁用)。

(继承自 IWithDisabledSslProtocolBeta)
WithoutDisabledSslProtocol(ApplicationGatewaySslProtocol)

启用指定的 SSL 协议(如果之前已禁用)。

(继承自 IWithDisabledSslProtocolBeta)
WithoutDisabledSslProtocols(ApplicationGatewaySslProtocol[])

启用指定的 SSL 协议(如果之前已禁用)。

(继承自 IWithDisabledSslProtocolBeta)

适用于