Class EncryptionServices

java.lang.Object
com.microsoft.azure.management.storage.EncryptionServices

public class EncryptionServices extends Object
A list of services that support encryption.
  • Constructor Details

    • EncryptionServices

      public EncryptionServices()
  • Method Details

    • blob

      public EncryptionService blob()
      Get the encryption function of the blob storage service.
      Returns:
      the blob value
    • withBlob

      public EncryptionServices withBlob(EncryptionService blob)
      Set the encryption function of the blob storage service.
      Parameters:
      blob - the blob value to set
      Returns:
      the EncryptionServices object itself.
    • file

      public EncryptionService file()
      Get the encryption function of the file storage service.
      Returns:
      the file value
    • withFile

      public EncryptionServices withFile(EncryptionService file)
      Set the encryption function of the file storage service.
      Parameters:
      file - the file value to set
      Returns:
      the EncryptionServices object itself.
    • table

      public EncryptionService table()
      Get the encryption function of the table storage service.
      Returns:
      the table value
    • withTable

      public EncryptionServices withTable(EncryptionService table)
      Set the encryption function of the table storage service.
      Parameters:
      table - the table value to set
      Returns:
      the EncryptionServices object itself.
    • queue

      public EncryptionService queue()
      Get the encryption function of the queue storage service.
      Returns:
      the queue value
    • withQueue

      public EncryptionServices withQueue(EncryptionService queue)
      Set the encryption function of the queue storage service.
      Parameters:
      queue - the queue value to set
      Returns:
      the EncryptionServices object itself.