Class Vault.DeletedVault
- java.lang.Object
-
- org.jclouds.azurecompute.arm.domain.Vault.DeletedVault
-
-
Constructor Summary
Constructors Constructor Description DeletedVault()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static Vault.DeletedVault
create(String id, String name, String type, Vault.DeletedVaultProperties properties)
abstract String
id()
abstract String
name()
abstract Vault.DeletedVaultProperties
properties()
abstract String
type()
-
-
-
Method Detail
-
properties
@Nullable public abstract Vault.DeletedVaultProperties properties()
-
create
public static Vault.DeletedVault create(String id, String name, String type, Vault.DeletedVaultProperties properties)
-
-