Class StorageAccountAttributes
- java.lang.Object
-
- com.microsoft.azure.keyvault.models.StorageAccountAttributes
-
public class StorageAccountAttributes extends Object
The storage account management attributes.
-
-
Constructor Summary
Constructors Constructor Description StorageAccountAttributes()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
enabled
public Boolean enabled()
Get the enabled value.- Returns:
- the enabled value
-
withEnabled
public StorageAccountAttributes withEnabled(Boolean enabled)
Set the enabled value.- Parameters:
enabled
- the enabled value to set- Returns:
- the StorageAccountAttributes object itself.
-
created
public org.joda.time.DateTime created()
Get the created value.- Returns:
- the created value
-
updated
public org.joda.time.DateTime updated()
Get the updated value.- Returns:
- the updated value
-
recoveryLevel
public DeletionRecoveryLevel recoveryLevel()
Get the recoveryLevel value.- Returns:
- the recoveryLevel value
-
-