| Modifier and Type | Field and Description |
|---|---|
static MinimumTlsVersion |
MinimumTlsVersion.TLS1_0
Static value TLS1_0 for MinimumTlsVersion.
|
static MinimumTlsVersion |
MinimumTlsVersion.TLS1_1
Static value TLS1_1 for MinimumTlsVersion.
|
static MinimumTlsVersion |
MinimumTlsVersion.TLS1_2
Static value TLS1_2 for MinimumTlsVersion.
|
| Modifier and Type | Method and Description |
|---|---|
static MinimumTlsVersion |
MinimumTlsVersion.fromString(String name)
Creates or finds a MinimumTlsVersion from its string representation.
|
MinimumTlsVersion |
StorageAccountCreateParameters.minimumTlsVersion()
Get set the minimum TLS version to be permitted on requests to storage.
|
MinimumTlsVersion |
StorageAccountUpdateParameters.minimumTlsVersion()
Get set the minimum TLS version to be permitted on requests to storage.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<MinimumTlsVersion> |
MinimumTlsVersion.values() |
| Modifier and Type | Method and Description |
|---|---|
StorageAccountCreateParameters |
StorageAccountCreateParameters.withMinimumTlsVersion(MinimumTlsVersion minimumTlsVersion)
Set set the minimum TLS version to be permitted on requests to storage.
|
StorageAccountUpdateParameters |
StorageAccountUpdateParameters.withMinimumTlsVersion(MinimumTlsVersion minimumTlsVersion)
Set set the minimum TLS version to be permitted on requests to storage.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/