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 Details

    • withOnlyHttpsTraffic

      Specifies that only https traffic should be allowed to storage account.
      Returns:
      the next stage of storage account definition
    • 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