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 Summary
Constructors Constructor Description AutoStorageProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.joda.time.DateTimelastKeySync()Get the lastKeySync value.AutoStoragePropertieswithLastKeySync(org.joda.time.DateTime lastKeySync)Set the lastKeySync value.-
Methods inherited from class com.microsoft.azure.management.batch.AutoStorageBaseProperties
storageAccountId, withStorageAccountId
-
-
-
-
Method Detail
-
lastKeySync
public org.joda.time.DateTime lastKeySync()
Get the lastKeySync value.- Returns:
- the lastKeySync value
-
withLastKeySync
public AutoStorageProperties withLastKeySync(org.joda.time.DateTime lastKeySync)
Set the lastKeySync value.- Parameters:
lastKeySync- the lastKeySync value to set- Returns:
- the AutoStorageProperties object itself.
-
-