Class AutoStorageProperties
java.lang.Object
com.microsoft.azure.management.batch.AutoStorageBaseProperties
com.microsoft.azure.management.batch.AutoStorageProperties
Contains information about the auto-storage account associated with a Batch
account.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.joda.time.DateTime
Get the UTC time at which storage keys were last synchronized with the Batch account.withLastKeySync
(org.joda.time.DateTime lastKeySync) Set the UTC time at which storage keys were last synchronized with the Batch account.Methods inherited from class com.microsoft.azure.management.batch.AutoStorageBaseProperties
authenticationMode, nodeIdentityReference, storageAccountId, withAuthenticationMode, withNodeIdentityReference, withStorageAccountId
-
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
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.
-