Udostępnij za pośrednictwem


PartnerNamespace.DefinitionStages.WithMinimumTlsVersionAllowed Interface

public static interface PartnerNamespace.DefinitionStages.WithMinimumTlsVersionAllowed

The stage of the PartnerNamespace definition allowing to specify minimumTlsVersionAllowed.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withMinimumTlsVersionAllowed(TlsVersion minimumTlsVersionAllowed)

Specifies the minimumTlsVersionAllowed property: Minimum TLS version of the publisher allowed to publish to this partner namespace.

Method Details

withMinimumTlsVersionAllowed

public abstract PartnerNamespace.DefinitionStages.WithCreate withMinimumTlsVersionAllowed(TlsVersion minimumTlsVersionAllowed)

Specifies the minimumTlsVersionAllowed property: Minimum TLS version of the publisher allowed to publish to this partner namespace.

Parameters:

minimumTlsVersionAllowed - Minimum TLS version of the publisher allowed to publish to this partner namespace.

Returns:

the next definition stage.

Applies to