Interface EventHubNamespace.UpdateStages.WithMinimumTlsVersion
- All Known Subinterfaces:
EventHubNamespace.Update
- Enclosing interface:
EventHubNamespace.UpdateStages
public static interface EventHubNamespace.UpdateStages.WithMinimumTlsVersion
The stage of the event hub namespace update allowing to change minimum tls version.
-
Method Summary
Modifier and TypeMethodDescriptionwithMinimumTlsVersion(TlsVersion minimumTlsVersion) Sets the minimum TLS version
-
Method Details
-
withMinimumTlsVersion
Sets the minimum TLS version- Parameters:
minimumTlsVersion- the minimumTlsVersion value to set.- Returns:
- next stage of the event hub namespace update
-