BackendContract.UpdateStages.WithTls Interface

public static interface BackendContract.UpdateStages.WithTls

The stage of the backendcontract update allowing to specify Tls.

Method Summary

Modifier and Type Method and Description
abstract Update withTls(BackendTlsProperties tls)

Specifies tls.

Method Details

withTls

public abstract BackendContract.Update withTls(BackendTlsProperties tls)

Specifies tls.

Parameters:

tls - Backend TLS Properties

Returns:

the next update stage

Applies to