IWithDisabledSslProtocolBeta Interface

Definition

The stage of an application gateway definition allowing to specify the SSL protocols to disable.

public interface IWithDisabledSslProtocolBeta : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithDisabledSslProtocolBeta = interface
    interface IBeta
Public Interface IWithDisabledSslProtocolBeta
Implements IBeta
Derived
Implements

Methods

WithDisabledSslProtocol(ApplicationGatewaySslProtocol)

Disables the specified SSL protocol.

WithDisabledSslProtocols(ApplicationGatewaySslProtocol[])

Disables the specified SSL protocols.

Applies to