public class AutoStorageProperties extends Object
| Constructor and Description |
|---|
AutoStorageProperties() |
| Modifier and Type | Method and Description |
|---|---|
org.joda.time.DateTime |
lastKeySync()
Get the lastKeySync value.
|
String |
storageAccountId()
Get the storageAccountId value.
|
AutoStorageProperties |
withLastKeySync(org.joda.time.DateTime lastKeySync)
Set the lastKeySync value.
|
AutoStorageProperties |
withStorageAccountId(String storageAccountId)
Set the storageAccountId value.
|
public String storageAccountId()
public AutoStorageProperties withStorageAccountId(String storageAccountId)
storageAccountId - the storageAccountId value to setpublic org.joda.time.DateTime lastKeySync()
public AutoStorageProperties withLastKeySync(org.joda.time.DateTime lastKeySync)
lastKeySync - the lastKeySync value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/