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.DeletedVaultProperties
Vault.DeletedVaultProperties. create(Date deletionDate, String location, Date scheduledPurgeDate, Map<String,String> tags, String vaultId)
abstract Vault.DeletedVaultProperties
Vault.DeletedVault. properties()
Methods in org.jclouds.azurecompute.arm.domain with parameters of type Vault.DeletedVaultProperties Modifier and Type Method Description static Vault.DeletedVault
Vault.DeletedVault. create(String id, String name, String type, Vault.DeletedVaultProperties properties)
-