ApplicationGateway.DefinitionStages.WithDisabledSslProtocol Interface

public interface WithDisabledSslProtocol

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

Method Summary

Modifier and Type Method and Description
ApplicationGateway.DefinitionStages.WithCreate withDisabledSslProtocol(ApplicationGatewaySslProtocol protocol)

Disables the specified SSL protocol.

ApplicationGateway.DefinitionStages.WithCreate withDisabledSslProtocols(ApplicationGatewaySslProtocol...protocols)

Disables the specified SSL protocols.

Method Details

withDisabledSslProtocol

public WithCreate withDisabledSslProtocol(ApplicationGatewaySslProtocol protocol)

Disables the specified SSL protocol.

Parameters:

protocol - an SSL protocol

Returns:

the next stage of the definition

withDisabledSslProtocols

public WithCreate withDisabledSslProtocols(ApplicationGatewaySslProtocol...protocols)

Disables the specified SSL protocols.

Parameters:

protocols - SSL protocols

Returns:

the next stage of the definition

Applies to