Interface StorageAccount.DefinitionStages.WithAccessTraffic
-
- All Known Subinterfaces:
StorageAccount.Definition,StorageAccount.DefinitionStages.WithCreate,StorageAccount.DefinitionStages.WithCreateAndAccessTier
- Enclosing interface:
- StorageAccount.DefinitionStages
public static interface StorageAccount.DefinitionStages.WithAccessTrafficThe stage of storage account definition allowing to restrict access protocol.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StorageAccount.DefinitionStages.WithCreatewithHttpAndHttpsTraffic()Specifies that both http and https traffic should be allowed to storage account.StorageAccount.DefinitionStages.WithCreatewithMinimumTlsVersion(MinimumTlsVersion minimumTlsVersion)Specifies the minimum TLS version for HTTPS traffic.StorageAccount.DefinitionStages.WithCreatewithOnlyHttpsTraffic()Specifies that only https traffic should be allowed to storage account.
-
-
-
Method Detail
-
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
-
-