| 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 |
StorageAccount.minimumTlsVersion() |
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 |
|---|---|
StorageAccount.DefinitionStages.WithCreate |
StorageAccount.DefinitionStages.WithAccessTraffic.withMinimumTlsVersion(MinimumTlsVersion minimumTlsVersion)
Specifies the minimum TLS version for HTTPS traffic.
|
StorageAccount.Update |
StorageAccount.UpdateStages.WithAccessTraffic.withMinimumTlsVersion(MinimumTlsVersion minimumTlsVersion)
Specifies the minimum TLS version for HTTPS traffic.
|
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 © 2021 Microsoft Corporation. All rights reserved.