public class StorageAccountAttributes extends Object
| Constructor and Description |
|---|
StorageAccountAttributes() |
| Modifier and Type | Method and Description |
|---|---|
org.joda.time.DateTime |
created()
Get the created value.
|
Boolean |
enabled()
Get the enabled value.
|
DeletionRecoveryLevel |
recoveryLevel()
Get the recoveryLevel value.
|
org.joda.time.DateTime |
updated()
Get the updated value.
|
StorageAccountAttributes |
withEnabled(Boolean enabled)
Set the enabled value.
|
public Boolean enabled()
public StorageAccountAttributes withEnabled(Boolean enabled)
enabled - the enabled value to setpublic org.joda.time.DateTime created()
public org.joda.time.DateTime updated()
public DeletionRecoveryLevel recoveryLevel()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/