AutoStorageProperties Class
- java.
lang. Object - com.
microsoft. azure. management. batch. AutoStorageBaseProperties - com.
microsoft. azure. management. batch. AutoStorageProperties
- com.
- com.
public class AutoStorageProperties
extends AutoStorageBaseProperties
Contains information about the auto-storage account associated with a Batch account.
Constructor Summary
Constructor | Description | |
---|---|---|
AutoStorageProperties() |
Method Summary
Modifier and Type | Method and Description |
---|---|
org.joda.time.DateTime |
lastKeySync()
Get the UTC time at which storage keys were last synchronized with the Batch account. |
Auto |
withLastKeySync(DateTime lastKeySync)
Set the UTC time at which storage keys were last synchronized with the Batch account. |
Methods inherited from AutoStorageBaseProperties
Methods inherited from java.lang.Object
Constructor Details
AutoStorageProperties
public AutoStorageProperties()
Method Details
lastKeySync
public DateTime lastKeySync()
Get the UTC time at which storage keys were last synchronized with the Batch account.
Returns:
withLastKeySync
public AutoStorageProperties withLastKeySync(DateTime lastKeySync)
Set the UTC time at which storage keys were last synchronized with the Batch account.
Parameters:
Returns:
Applies to
Azure SDK for Java