Class Vault.DeletedVaultProperties
- java.lang.Object
-
- org.jclouds.azurecompute.arm.domain.Vault.DeletedVaultProperties
-
-
Constructor Summary
Constructors Constructor Description DeletedVaultProperties()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static Vault.DeletedVaultProperties
create(Date deletionDate, String location, Date scheduledPurgeDate, Map<String,String> tags, String vaultId)
abstract Date
deletionDate()
abstract String
location()
abstract Date
scheduledPurgeDate()
abstract Map<String,String>
tags()
abstract String
vaultId()
-