ApplicationGateway.UpdateStages.WithDisabledSslProtocol Interface

public static interface ApplicationGateway.UpdateStages.WithDisabledSslProtocol

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

Method Summary

Modifier and Type Method and Description
abstract Update withDisabledSslProtocol(ApplicationGatewaySslProtocol protocol)

Disables the specified SSL protocol.

abstract Update withDisabledSslProtocols(ApplicationGatewaySslProtocol[] protocols)

Disables the specified SSL protocols.

abstract Update withoutAnyDisabledSslProtocols()

Enables all SSL protocols, if previously disabled.

abstract Update withoutDisabledSslProtocol(ApplicationGatewaySslProtocol protocol)

Enables the specified SSL protocol, if previously disabled.

abstract Update withoutDisabledSslProtocols(ApplicationGatewaySslProtocol[] protocols)

Enables the specified SSL protocols, if previously disabled.

Method Details

withDisabledSslProtocol

public abstract ApplicationGateway.Update withDisabledSslProtocol(ApplicationGatewaySslProtocol protocol)

Disables the specified SSL protocol.

Parameters:

protocol - an SSL protocol

Returns:

the next stage of the update

withDisabledSslProtocols

public abstract ApplicationGateway.Update withDisabledSslProtocols(ApplicationGatewaySslProtocol[] protocols)

Disables the specified SSL protocols.

Parameters:

protocols - SSL protocols

Returns:

the next stage of the update

withoutAnyDisabledSslProtocols

public abstract ApplicationGateway.Update withoutAnyDisabledSslProtocols()

Enables all SSL protocols, if previously disabled.

Returns:

the next stage of the update

withoutDisabledSslProtocol

public abstract ApplicationGateway.Update withoutDisabledSslProtocol(ApplicationGatewaySslProtocol protocol)

Enables the specified SSL protocol, if previously disabled.

Parameters:

protocol - an SSL protocol

Returns:

the next stage of the update

withoutDisabledSslProtocols

public abstract ApplicationGateway.Update withoutDisabledSslProtocols(ApplicationGatewaySslProtocol[] protocols)

Enables the specified SSL protocols, if previously disabled.

Parameters:

protocols - SSL protocols

Returns:

the next stage of the update

Applies to