Uses of Class
org.jclouds.azurecompute.arm.domain.Vault.DeletedVaultProperties
-
Packages that use Vault.DeletedVaultProperties Package Description org.jclouds.azurecompute.arm.domain -
-
Uses of Vault.DeletedVaultProperties in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return Vault.DeletedVaultProperties Modifier and Type Method Description static Vault.DeletedVaultPropertiesVault.DeletedVaultProperties. create(Date deletionDate, String location, Date scheduledPurgeDate, Map<String,String> tags, String vaultId)abstract Vault.DeletedVaultPropertiesVault.DeletedVault. properties()Methods in org.jclouds.azurecompute.arm.domain with parameters of type Vault.DeletedVaultProperties Modifier and Type Method Description static Vault.DeletedVaultVault.DeletedVault. create(String id, String name, String type, Vault.DeletedVaultProperties properties)
-