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.DeletedVaultcreate(String id, String name, String type, Vault.DeletedVaultProperties properties)abstract Stringid()abstract Stringname()abstract Vault.DeletedVaultPropertiesproperties()abstract Stringtype()
-
-
-
Method Detail
-
properties
@Nullable public abstract Vault.DeletedVaultProperties properties()
-
create
public static Vault.DeletedVault create(String id, String name, String type, Vault.DeletedVaultProperties properties)
-
-