ApplicationGateway.DefinitionStages.WithDisabledSslProtocol Interface

public static interface ApplicationGateway.DefinitionStages.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 WithCreate withDisabledSslProtocol(ApplicationGatewaySslProtocol protocol)

Disables the specified SSL protocol.

abstract WithCreate withDisabledSslProtocols(ApplicationGatewaySslProtocol[] protocols)

Disables the specified SSL protocols.

Method Details

withDisabledSslProtocol

public abstract ApplicationGateway.DefinitionStages.WithCreate withDisabledSslProtocol(ApplicationGatewaySslProtocol protocol)

Disables the specified SSL protocol.

Parameters:

protocol - an SSL protocol

Returns:

the next stage of the definition

withDisabledSslProtocols

public abstract ApplicationGateway.DefinitionStages.WithCreate withDisabledSslProtocols(ApplicationGatewaySslProtocol[] protocols)

Disables the specified SSL protocols.

Parameters:

protocols - SSL protocols

Returns:

the next stage of the definition

Applies to