Uses of Class
com.azure.resourcemanager.eventhubs.models.TlsVersion
Packages that use TlsVersion
Package
Description
Package containing the inner data models for EventHubManagementClient.
Package containing the data models for EventHubManagementClient.
-
Uses of TlsVersion in com.azure.resourcemanager.eventhubs.fluent.models
Methods in com.azure.resourcemanager.eventhubs.fluent.models that return TlsVersionModifier and TypeMethodDescriptionEHNamespaceInner.minimumTlsVersion()Get the minimumTlsVersion property: The minimum TLS version for the cluster to support, e.g. '1.2'.EHNamespaceProperties.minimumTlsVersion()Get the minimumTlsVersion property: The minimum TLS version for the cluster to support, e.g. '1.2'.Methods in com.azure.resourcemanager.eventhubs.fluent.models with parameters of type TlsVersionModifier and TypeMethodDescriptionEHNamespaceInner.withMinimumTlsVersion(TlsVersion minimumTlsVersion) Set the minimumTlsVersion property: The minimum TLS version for the cluster to support, e.g. '1.2'.EHNamespaceProperties.withMinimumTlsVersion(TlsVersion minimumTlsVersion) Set the minimumTlsVersion property: The minimum TLS version for the cluster to support, e.g. '1.2'. -
Uses of TlsVersion in com.azure.resourcemanager.eventhubs.models
Subclasses with type arguments of type TlsVersion in com.azure.resourcemanager.eventhubs.modelsModifier and TypeClassDescriptionfinal classThe minimum TLS version for the cluster to support, e.g. '1.2'.Fields in com.azure.resourcemanager.eventhubs.models declared as TlsVersionModifier and TypeFieldDescriptionstatic final TlsVersionTlsVersion.ONE_ONEStatic value 1.1 for TlsVersion.static final TlsVersionTlsVersion.ONE_TWOStatic value 1.2 for TlsVersion.static final TlsVersionTlsVersion.ONE_ZEROStatic value 1.0 for TlsVersion.Methods in com.azure.resourcemanager.eventhubs.models that return TlsVersionModifier and TypeMethodDescriptionstatic TlsVersionTlsVersion.fromString(String name) Creates or finds a TlsVersion from its string representation.EventHubNamespace.minimumTlsVersion()Get the minimumTlsVersion property: The minimum TLS version for the cluster to support, e.g. '1.2'.Methods in com.azure.resourcemanager.eventhubs.models that return types with arguments of type TlsVersionModifier and TypeMethodDescriptionstatic Collection<TlsVersion> TlsVersion.values()Gets known TlsVersion values.Methods in com.azure.resourcemanager.eventhubs.models with parameters of type TlsVersionModifier and TypeMethodDescriptionEventHubNamespace.DefinitionStages.WithMinimumTlsVersion.withMinimumTlsVersion(TlsVersion minimumTlsVersion) Sets the minimum TLS versionEventHubNamespace.UpdateStages.WithMinimumTlsVersion.withMinimumTlsVersion(TlsVersion minimumTlsVersion) Sets the minimum TLS version