@Beta(value=V1_5_0)
public static interface StorageAccount.DefinitionStages.WithAccessTraffic
| Modifier and Type | Method and Description |
|---|---|
StorageAccount.DefinitionStages.WithCreate |
withHttpAndHttpsTraffic()
Specifies that both http and https traffic should be allowed to storage account.
|
StorageAccount.DefinitionStages.WithCreate |
withMinimumTlsVersion(MinimumTlsVersion minimumTlsVersion)
Specifies the minimum TLS version for HTTPS traffic.
|
StorageAccount.DefinitionStages.WithCreate |
withOnlyHttpsTraffic()
Specifies that only https traffic should be allowed to storage account.
|
StorageAccount.DefinitionStages.WithCreate withOnlyHttpsTraffic()
StorageAccount.DefinitionStages.WithCreate withHttpAndHttpsTraffic()
StorageAccount.DefinitionStages.WithCreate withMinimumTlsVersion(MinimumTlsVersion minimumTlsVersion)
minimumTlsVersion - the minimum TLS version/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/