Interface StorageAccount.DefinitionStages.WithAccessTraffic
- All Known Subinterfaces:
StorageAccount.Definition,StorageAccount.DefinitionStages.WithCreate,StorageAccount.DefinitionStages.WithCreateAndAccessTier
- Enclosing interface:
StorageAccount.DefinitionStages
public static interface StorageAccount.DefinitionStages.WithAccessTraffic
The stage of storage account definition allowing to restrict access protocol.
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies that both http and https traffic should be allowed to storage account.withMinimumTlsVersion(MinimumTlsVersion minimumTlsVersion) Specifies the minimum TLS version for HTTPS traffic.Specifies that only https traffic should be allowed to storage account.
-
Method Details
-
withOnlyHttpsTraffic
StorageAccount.DefinitionStages.WithCreate withOnlyHttpsTraffic()Specifies that only https traffic should be allowed to storage account.- Returns:
- the next stage of storage account definition
-
withHttpAndHttpsTraffic
StorageAccount.DefinitionStages.WithCreate withHttpAndHttpsTraffic()Specifies that both http and https traffic should be allowed to storage account.- Returns:
- the next stage of storage account definition
-
withMinimumTlsVersion
StorageAccount.DefinitionStages.WithCreate withMinimumTlsVersion(MinimumTlsVersion minimumTlsVersion) Specifies the minimum TLS version for HTTPS traffic.- Parameters:
minimumTlsVersion- the minimum TLS version- Returns:
- the next stage of storage account definition
-