Class AutoStorageProperties

java.lang.Object
com.microsoft.azure.management.batch.AutoStorageBaseProperties
com.microsoft.azure.management.batch.AutoStorageProperties

public class AutoStorageProperties extends AutoStorageBaseProperties
Contains information about the auto-storage account associated with a Batch account.
  • Constructor Details

    • AutoStorageProperties

      public AutoStorageProperties()
  • Method Details

    • lastKeySync

      public org.joda.time.DateTime lastKeySync()
      Get the UTC time at which storage keys were last synchronized with the Batch account.
      Returns:
      the lastKeySync value
    • withLastKeySync

      public AutoStorageProperties withLastKeySync(org.joda.time.DateTime lastKeySync)
      Set the UTC time at which storage keys were last synchronized with the Batch account.
      Parameters:
      lastKeySync - the lastKeySync value to set
      Returns:
      the AutoStorageProperties object itself.