Uses of Class
com.azure.resourcemanager.cosmos.models.MinimalTlsVersion
Packages that use MinimalTlsVersion
Package
Description
Package containing the inner data models for CosmosDBManagementClient.
Package containing the data models for CosmosDBManagementClient.
-
Uses of MinimalTlsVersion in com.azure.resourcemanager.cosmos.fluent.models
Methods in com.azure.resourcemanager.cosmos.fluent.models that return MinimalTlsVersionModifier and TypeMethodDescriptionDatabaseAccountCreateUpdateProperties.minimalTlsVersion()
Get the minimalTlsVersion property: Indicates the minimum allowed Tls version.DatabaseAccountGetProperties.minimalTlsVersion()
Get the minimalTlsVersion property: Indicates the minimum allowed Tls version.DatabaseAccountGetResultsInner.minimalTlsVersion()
Get the minimalTlsVersion property: Indicates the minimum allowed Tls version.DatabaseAccountUpdateProperties.minimalTlsVersion()
Get the minimalTlsVersion property: Indicates the minimum allowed Tls version.Methods in com.azure.resourcemanager.cosmos.fluent.models with parameters of type MinimalTlsVersionModifier and TypeMethodDescriptionDatabaseAccountCreateUpdateProperties.withMinimalTlsVersion
(MinimalTlsVersion minimalTlsVersion) Set the minimalTlsVersion property: Indicates the minimum allowed Tls version.DatabaseAccountGetProperties.withMinimalTlsVersion
(MinimalTlsVersion minimalTlsVersion) Set the minimalTlsVersion property: Indicates the minimum allowed Tls version.DatabaseAccountGetResultsInner.withMinimalTlsVersion
(MinimalTlsVersion minimalTlsVersion) Set the minimalTlsVersion property: Indicates the minimum allowed Tls version.DatabaseAccountUpdateProperties.withMinimalTlsVersion
(MinimalTlsVersion minimalTlsVersion) Set the minimalTlsVersion property: Indicates the minimum allowed Tls version. -
Uses of MinimalTlsVersion in com.azure.resourcemanager.cosmos.models
Fields in com.azure.resourcemanager.cosmos.models declared as MinimalTlsVersionModifier and TypeFieldDescriptionstatic final MinimalTlsVersion
MinimalTlsVersion.TLS
Static value Tls for MinimalTlsVersion.static final MinimalTlsVersion
MinimalTlsVersion.TLS11
Static value Tls11 for MinimalTlsVersion.static final MinimalTlsVersion
MinimalTlsVersion.TLS12
Static value Tls12 for MinimalTlsVersion.Methods in com.azure.resourcemanager.cosmos.models that return MinimalTlsVersionModifier and TypeMethodDescriptionstatic MinimalTlsVersion
MinimalTlsVersion.fromString
(String name) Creates or finds a MinimalTlsVersion from its string representation.DatabaseAccountCreateUpdateParameters.minimalTlsVersion()
Get the minimalTlsVersion property: Indicates the minimum allowed Tls version.DatabaseAccountUpdateParameters.minimalTlsVersion()
Get the minimalTlsVersion property: Indicates the minimum allowed Tls version.Methods in com.azure.resourcemanager.cosmos.models that return types with arguments of type MinimalTlsVersionModifier and TypeMethodDescriptionstatic Collection
<MinimalTlsVersion> MinimalTlsVersion.values()
Gets known MinimalTlsVersion values.Methods in com.azure.resourcemanager.cosmos.models with parameters of type MinimalTlsVersionModifier and TypeMethodDescriptionDatabaseAccountCreateUpdateParameters.withMinimalTlsVersion
(MinimalTlsVersion minimalTlsVersion) Set the minimalTlsVersion property: Indicates the minimum allowed Tls version.DatabaseAccountUpdateParameters.withMinimalTlsVersion
(MinimalTlsVersion minimalTlsVersion) Set the minimalTlsVersion property: Indicates the minimum allowed Tls version.