AutoStorageProperties Class

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.

AutoStorageProperties 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:

the lastKeySync value

withLastKeySync

public AutoStorageProperties withLastKeySync(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.

Applies to