DeletedVaultProperties Class

  • java.lang.Object
    • com.microsoft.azure.management.keyvault.DeletedVaultProperties

public class DeletedVaultProperties

Properties of the deleted vault.

Constructor Summary

Constructor Description
DeletedVaultProperties()

Method Summary

Modifier and Type Method and Description
org.joda.time.DateTime deletionDate()

Get the deletionDate value.

java.lang.String location()

Get the location value.

org.joda.time.DateTime scheduledPurgeDate()

Get the scheduledPurgeDate value.

java.util.Map<java.lang.String,java.lang.String> tags()

Get the tags value.

java.lang.String vaultId()

Get the vaultId value.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

DeletedVaultProperties

public DeletedVaultProperties()

Method Details

deletionDate

public DateTime deletionDate()

Get the deletionDate value.

Returns:

the deletionDate value

location

public String location()

Get the location value.

Returns:

the location value

scheduledPurgeDate

public DateTime scheduledPurgeDate()

Get the scheduledPurgeDate value.

Returns:

the scheduledPurgeDate value

tags

public Map tags()

Get the tags value.

Returns:

the tags value

vaultId

public String vaultId()

Get the vaultId value.

Returns:

the vaultId value

Applies to