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.DeletedVaultPropertiescreate(Date deletionDate, String location, Date scheduledPurgeDate, Map<String,String> tags, String vaultId)abstract DatedeletionDate()abstract Stringlocation()abstract DatescheduledPurgeDate()abstract Map<String,String>tags()abstract StringvaultId()
-