Class SasDefinitionAttributes
- java.lang.Object
-
- com.microsoft.azure.keyvault.models.SasDefinitionAttributes
-
public class SasDefinitionAttributes extends Object
The SAS definition management attributes.
-
-
Constructor Summary
Constructors Constructor Description SasDefinitionAttributes()
-
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.SasDefinitionAttributes
withEnabled(Boolean enabled)
Set the enabled value.
-
-
-
Method Detail
-
enabled
public Boolean enabled()
Get the enabled value.- Returns:
- the enabled value
-
withEnabled
public SasDefinitionAttributes withEnabled(Boolean enabled)
Set the enabled value.- Parameters:
enabled
- the enabled value to set- Returns:
- the SasDefinitionAttributes 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
-
-