Interface StorageAccount.UpdateStages.WithEncryption

  • All Known Subinterfaces:
    StorageAccount.Update
    Enclosing interface:
    StorageAccount.UpdateStages

    public static interface StorageAccount.UpdateStages.WithEncryption
    The stage of the storage account update allowing to configure encryption settings.
    • Method Detail

      • withBlobEncryption

        @Deprecated
        StorageAccount.Update withBlobEncryption()
        Deprecated.
        Azure Storage encryption cannot be disabled.
        Enables encryption for blob service.
        Returns:
        the next stage of storage account update
      • withFileEncryption

        @Deprecated
        StorageAccount.Update withFileEncryption()
        Deprecated.
        Azure Storage encryption cannot be disabled.
        Enables encryption for file service.
        Returns:
        he next stage of storage account update
      • withoutBlobEncryption

        @Deprecated
        StorageAccount.Update withoutBlobEncryption()
        Deprecated.
        Azure Storage encryption cannot be disabled.
        Disables encryption for blob service.
        Returns:
        the next stage of storage account update
      • withoutFileEncryption

        @Deprecated
        StorageAccount.Update withoutFileEncryption()
        Deprecated.
        Azure Storage encryption cannot be disabled.
        Disables encryption for file service.
        Returns:
        he next stage of storage account update