AutoStorageProperties Class
- java.
lang. Object - AutoStorageBaseProperties
- com.
microsoft. azure. management. batch. AutoStorageProperties
- com.
public class AutoStorageProperties extends AutoStorageBaseProperties
Contains information about the auto-storage account associated with a Batch account.
Method Summary
Modifier and Type | Method and Description |
---|---|
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. |
Inherited Members
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