DeletedVault Interface

Implements

HasId HasName HasInner<com.microsoft.azure.management.keyvault.implementation.DeletedVaultInner>

public interface DeletedVault
extends HasInner<com.microsoft.azure.management.keyvault.implementation.DeletedVaultInner>, HasName, HasId

An immutable client-side representation of an Azure Key Vault.

Method Summary

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

Get the deletionDate value.

abstract java.lang.String location()

Get the location value.

abstract org.joda.time.DateTime scheduledPurgeDate()

Get the scheduledPurgeDate value.

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

Get the tags value.

Method Details

deletionDate

public abstract DateTime deletionDate()

Get the deletionDate value.

Returns:

the deletionDate value

location

public abstract String location()

Get the location value.

Returns:

the location value

scheduledPurgeDate

public abstract DateTime scheduledPurgeDate()

Get the scheduledPurgeDate value.

Returns:

the scheduledPurgeDate value

tags

public abstract Map tags()

Get the tags value.

Returns:

the tags value

Applies to