| Package | Description |
|---|---|
| com.azure.resourcemanager.storage.fluent.models |
Package containing the inner data models for StorageManagementClient.
|
| com.azure.resourcemanager.storage.models |
Package containing the data models for StorageManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
MinimumTlsVersion |
StorageAccountInner.minimumTlsVersion()
Get the minimumTlsVersion property: Set the minimum TLS version to be permitted on requests to storage.
|
| Modifier and Type | Method and Description |
|---|---|
StorageAccountInner |
StorageAccountInner.withMinimumTlsVersion(MinimumTlsVersion minimumTlsVersion)
Set the minimumTlsVersion property: Set the minimum TLS version to be permitted on requests to storage.
|
| 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 |
StorageAccountUpdateParameters.minimumTlsVersion()
Get the minimumTlsVersion property: Set the minimum TLS version to be permitted on requests to storage.
|
MinimumTlsVersion |
StorageAccountCreateParameters.minimumTlsVersion()
Get the minimumTlsVersion property: Set the minimum TLS version to be permitted on requests to storage.
|
| Modifier and Type | Method and Description |
|---|---|
StorageAccountUpdateParameters |
StorageAccountUpdateParameters.withMinimumTlsVersion(MinimumTlsVersion minimumTlsVersion)
Set the minimumTlsVersion property: Set the minimum TLS version to be permitted on requests to storage.
|
StorageAccountCreateParameters |
StorageAccountCreateParameters.withMinimumTlsVersion(MinimumTlsVersion minimumTlsVersion)
Set the minimumTlsVersion property: Set the minimum TLS version to be permitted on requests to storage.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.