public static interface StorageAccount.UpdateStages.WithAccessTraffic
| Modifier and Type | Method and Description |
|---|---|
StorageAccount.Update |
withHttpAndHttpsTraffic()
Specifies that both http and https traffic should be allowed to storage account.
|
StorageAccount.Update |
withMinimumTlsVersion(MinimumTlsVersion minimumTlsVersion)
Specifies the minimum TLS version for HTTPS traffic.
|
StorageAccount.Update |
withOnlyHttpsTraffic()
Specifies that only https traffic should be allowed to storage account.
|
StorageAccount.Update withOnlyHttpsTraffic()
StorageAccount.Update withHttpAndHttpsTraffic()
StorageAccount.Update withMinimumTlsVersion(MinimumTlsVersion minimumTlsVersion)
minimumTlsVersion - the minimum TLS versionCopyright © 2021 Microsoft Corporation. All rights reserved.