Uses of Class
com.azure.resourcemanager.storage.models.MinimumTlsVersion
Packages that use MinimumTlsVersion
Package
Description
Package containing the inner data models for StorageManagementClient.
Package containing the data models for StorageManagementClient.
-
Uses of MinimumTlsVersion in com.azure.resourcemanager.storage.fluent.models
Methods in com.azure.resourcemanager.storage.fluent.models that return MinimumTlsVersionModifier and TypeMethodDescriptionStorageAccountInner.minimumTlsVersion()Get the minimumTlsVersion property: Set the minimum TLS version to be permitted on requests to storage.StorageAccountPropertiesCreateParameters.minimumTlsVersion()Get the minimumTlsVersion property: Set the minimum TLS version to be permitted on requests to storage.StorageAccountPropertiesInner.minimumTlsVersion()Get the minimumTlsVersion property: Set the minimum TLS version to be permitted on requests to storage.StorageAccountPropertiesUpdateParameters.minimumTlsVersion()Get the minimumTlsVersion property: Set the minimum TLS version to be permitted on requests to storage.Methods in com.azure.resourcemanager.storage.fluent.models with parameters of type MinimumTlsVersionModifier and TypeMethodDescriptionStorageAccountInner.withMinimumTlsVersion(MinimumTlsVersion minimumTlsVersion) Set the minimumTlsVersion property: Set the minimum TLS version to be permitted on requests to storage.StorageAccountPropertiesCreateParameters.withMinimumTlsVersion(MinimumTlsVersion minimumTlsVersion) Set the minimumTlsVersion property: Set the minimum TLS version to be permitted on requests to storage.StorageAccountPropertiesInner.withMinimumTlsVersion(MinimumTlsVersion minimumTlsVersion) Set the minimumTlsVersion property: Set the minimum TLS version to be permitted on requests to storage.StorageAccountPropertiesUpdateParameters.withMinimumTlsVersion(MinimumTlsVersion minimumTlsVersion) Set the minimumTlsVersion property: Set the minimum TLS version to be permitted on requests to storage. -
Uses of MinimumTlsVersion in com.azure.resourcemanager.storage.models
Fields in com.azure.resourcemanager.storage.models declared as MinimumTlsVersionModifier and TypeFieldDescriptionstatic final MinimumTlsVersionMinimumTlsVersion.TLS1_0Static value TLS1_0 for MinimumTlsVersion.static final MinimumTlsVersionMinimumTlsVersion.TLS1_1Static value TLS1_1 for MinimumTlsVersion.static final MinimumTlsVersionMinimumTlsVersion.TLS1_2Static value TLS1_2 for MinimumTlsVersion.static final MinimumTlsVersionMinimumTlsVersion.TLS1_3Static value TLS1_3 for MinimumTlsVersion.Methods in com.azure.resourcemanager.storage.models that return MinimumTlsVersionModifier and TypeMethodDescriptionstatic MinimumTlsVersionMinimumTlsVersion.fromString(String name) Creates or finds a MinimumTlsVersion from its string representation.StorageAccount.minimumTlsVersion()Gets the minimum TLS version for HTTPS traffic.StorageAccountCreateParameters.minimumTlsVersion()Get the minimumTlsVersion property: Set the minimum TLS version to be permitted on requests to storage.StorageAccountUpdateParameters.minimumTlsVersion()Get the minimumTlsVersion property: Set the minimum TLS version to be permitted on requests to storage.Methods in com.azure.resourcemanager.storage.models that return types with arguments of type MinimumTlsVersionModifier and TypeMethodDescriptionstatic Collection<MinimumTlsVersion> MinimumTlsVersion.values()Gets known MinimumTlsVersion values.Methods in com.azure.resourcemanager.storage.models with parameters of type MinimumTlsVersionModifier and TypeMethodDescriptionStorageAccount.DefinitionStages.WithAccessTraffic.withMinimumTlsVersion(MinimumTlsVersion minimumTlsVersion) Specifies the minimum TLS version for HTTPS traffic.StorageAccount.UpdateStages.WithAccessTraffic.withMinimumTlsVersion(MinimumTlsVersion minimumTlsVersion) Specifies the minimum TLS version for HTTPS traffic.StorageAccountCreateParameters.withMinimumTlsVersion(MinimumTlsVersion minimumTlsVersion) Set the minimumTlsVersion property: Set the minimum TLS version to be permitted on requests to storage.StorageAccountUpdateParameters.withMinimumTlsVersion(MinimumTlsVersion minimumTlsVersion) Set the minimumTlsVersion property: Set the minimum TLS version to be permitted on requests to storage.